Introduce dark theme
Summary: Adds support for switching dark mode on the fly. Also added the option to apply certain settings without restarting Flipper, as that isn't needed in all cases. Reviewed By: cekkaewnumchai Differential Revision: D23625854 fbshipit-source-id: 82175ba10524daf1b48a65feec8c610460df9418
This commit is contained in:
committed by
Facebook GitHub Bot
parent
908a8bab1e
commit
2d2a8bd675
4
desktop/themes/dark.less
Normal file
4
desktop/themes/dark.less
Normal file
@@ -0,0 +1,4 @@
|
||||
@import '../node_modules/antd/lib/style/themes/dark.less';
|
||||
@import '../node_modules/antd/dist/antd.less';
|
||||
|
||||
@primary-color: yellow;
|
||||
Reference in New Issue
Block a user