forked from j62/ctbrec
Add CSS dark theme for the application
This commit is contained in:
parent
69fe63ba99
commit
146e327830
|
@ -0,0 +1,7 @@
|
|||
.root {
|
||||
-fx-base: #4d4d4d;
|
||||
-fx-accent: #0096c9;
|
||||
-fx-default-button: -fx-accent;
|
||||
-fx-focus-color: -fx-accent;
|
||||
-fx-control-inner-background-alt: derive(-fx-base, 95%);
|
||||
}
|
Loading…
Reference in New Issue