Browse Source

extend styling to dark theme

Armin Schrenk 4 months ago
parent
commit
43b341860b
2 changed files with 11 additions and 1 deletions
  1. 11 0
      src/main/resources/css/dark_theme.css
  2. 0 1
      src/main/resources/css/light_theme.css

+ 11 - 0
src/main/resources/css/dark_theme.css

@@ -16,6 +16,10 @@
 	src: url('opensans_bold.ttf');
 }
 
+@font-face {
+	src: url('firacode_regular.ttf');
+}
+
 /*******************************************************************************
  *                                                                             *
  * Root Styling & Colors                                                       *
@@ -125,6 +129,13 @@
 	-fx-fill: TEXT_FILL;
 }
 
+.cryptic-text {
+	-fx-background-color: MAIN_BG;
+	-fx-text-fill: TEXT_FILL;
+	-fx-font-family: 'Fira Code';
+	-fx-font-size: 1.1em;
+}
+
 /*******************************************************************************
  *                                                                             *
  * Glyph Icons                                                                 *

+ 0 - 1
src/main/resources/css/light_theme.css

@@ -19,7 +19,6 @@
 @font-face {
 	src: url('firacode_regular.ttf');
 }
-}
 
 /*******************************************************************************
  *                                                                             *