6
6
7
7
/* You can override the default Infima variables here. */
8
8
: root {
9
- --ifm-color-primary : # 7f54b3 ;
10
- --ifm-color-primary-dark : # 7249a4 ;
11
- --ifm-color-primary-darker : # 6c459b ;
12
- --ifm-color-primary-darkest : # 59397f ;
13
- --ifm-color-primary-light : # 8d66bb ;
14
- --ifm-color-primary-lighter : # 936fbf ;
15
- --ifm-color-primary-lightest : # a88bcb ;
9
+ --ifm-color-primary : # 6108ce ;
10
+ --ifm-color-primary-dark : # 5507b6 ;
11
+ --ifm-color-primary-darker : # 4b06a3 ;
12
+ --ifm-color-primary-darkest : # 3d0584 ;
13
+ --ifm-color-primary-light : # 7220d6 ;
14
+ --ifm-color-primary-lighter : # 8338de ;
15
+ --ifm-color-primary-lightest : # a066e6 ;
16
16
--ifm-code-font-size : 95% ;
17
17
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.1 );
18
18
}
19
19
20
- /* For readability concerns, you should choose a lighter palette in dark mode. */
20
+ /* Dark mode */
21
21
[data-theme = 'dark' ] {
22
- --ifm-color-primary : # b99dd5 ;
23
- --ifm-color-primary-dark : # a783ca ;
24
- --ifm-color-primary-darker : # 9d76c4 ;
25
- --ifm-color-primary-darkest : # 824fb4 ;
26
- --ifm-color-primary-light : # cbb7e0 ;
27
- --ifm-color-primary-lighter : # d5c4e6 ;
28
- --ifm-color-primary-lightest : # f1ebf6 ;
22
+ --ifm-color-primary : # aa7ce2 ;
23
+ --ifm-color-primary-dark : # 9a64d7 ;
24
+ --ifm-color-primary-darker : # 8c56cd ;
25
+ --ifm-color-primary-darkest : # 7233b6 ;
26
+ --ifm-color-primary-light : # bc96e8 ;
27
+ --ifm-color-primary-lighter : # c8aae9 ;
28
+ --ifm-color-primary-lightest : # e5d3f6 ;
29
29
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
30
30
}
31
31
34
34
}
35
35
36
36
37
- [data-theme = 'light' ] .token .qit_command .keyword { color : # e67e22 ; }
38
- [data-theme = 'light' ] .token .qit_subcommand { color : # d31bc8 ; }
39
- [data-theme = 'light' ] .token .qit_option .option-name { color : # 8e44ad ; }
40
- [data-theme = 'light' ] .token .qit_option .option-value { color : # c0392b ; }
41
- [data-theme = 'light' ] .token .qit_argument .variable { color : # 1737b0 !important ; }
37
+ [data-theme = 'light' ] .token .qit_command .keyword {
38
+ color : # e67e22 ;
39
+ }
40
+
41
+ [data-theme = 'light' ] .token .qit_subcommand {
42
+ color : # d31bc8 ;
43
+ }
44
+
45
+ [data-theme = 'light' ] .token .qit_option .option-name {
46
+ color : # 8e44ad ;
47
+ }
48
+
49
+ [data-theme = 'light' ] .token .qit_option .option-value {
50
+ color : # c0392b ;
51
+ }
42
52
43
- [data-theme = 'dark' ] .token .qit_command .keyword { color : # FFB088 !important ; }
44
- [data-theme = 'dark' ] .token .qit_subcommand { color : # FFF ; }
45
- [data-theme = 'dark' ] .token .qit_option .option-name { color : # FFF1D6 ; }
46
- [data-theme = 'dark' ] .token .qit_option .option-value { color : # FFA6B8 ; }
47
- [data-theme = 'dark' ] .token .qit_argument .variable { color : # 89E2FF !important ;}
53
+ [data-theme = 'light' ] .token .qit_argument .variable {
54
+ color : # 1737b0 !important ;
55
+ }
48
56
57
+ [data-theme = 'dark' ] .token .qit_command .keyword {
58
+ color : # FFB088 !important ;
59
+ }
60
+
61
+ [data-theme = 'dark' ] .token .qit_subcommand {
62
+ color : # FFF ;
63
+ }
64
+
65
+ [data-theme = 'dark' ] .token .qit_option .option-name {
66
+ color : # FFF1D6 ;
67
+ }
68
+
69
+ [data-theme = 'dark' ] .token .qit_option .option-value {
70
+ color : # FFA6B8 ;
71
+ }
49
72
73
+ [data-theme = 'dark' ] .token .qit_argument .variable {
74
+ color : # 89E2FF !important ;
75
+ }
0 commit comments