File tree 1 file changed +8
-16
lines changed
1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 5
5
// Farbcodes
6
6
//
7
7
8
- // Navigation - Hintergrund
8
+ // Dark theme variables
9
9
ThemeDarkNavBackground = "#111111" ;
10
- ThemeLightNavBackground = "#ffffff" ;
11
-
12
- // Navigation - Text
13
10
ThemeDarkNavText = "#ffffff" ;
14
- ThemeLightNavText = "#000000" ;
15
-
16
- // Seite - Hintergrund
17
11
ThemeDarkBackground = "#000000" ;
18
- ThemeLightBackground = "#eff1d0" ;
19
-
20
- // Seite - Normaler Text
21
12
ThemeDarkText = "#ffffff" ;
22
- ThemeLightText = "#000000" ;
23
-
24
- // Seite - Überschriften
25
13
ThemeDarkTitle = "#6aaa4b" ;
26
- ThemeLightTitle = "#355525 " ;
14
+ ThemeDarkExtra = "#ffccaa " ;
27
15
28
- // Besonderheiten
16
+ // Light Theme Variablen
17
+ ThemeLightNavBackground = "#ffffff" ;
18
+ ThemeLightNavText = "#000000" ;
19
+ ThemeLightBackground = "#eff1d0" ;
20
+ ThemeLightText = "#000000" ;
21
+ ThemeLightTitle = "#355525" ;
29
22
ThemeLightExtra = "#22aacc" ;
30
- ThemeDarkExtra = "#ffccaa" ;
31
23
32
24
33
25
// Theme - Name
You can’t perform that action at this time.
0 commit comments