forked from j62/ctbrec
1
0
Fork 0

Add CSS dark theme for the application

This commit is contained in:
0xboobface 2018-11-25 15:52:41 +01:00
parent 69fe63ba99
commit 146e327830
1 changed files with 7 additions and 0 deletions

View File

@ -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%);
}