File tree Expand file tree Collapse file tree 1 file changed +23
-9
lines changed
docs/_sass/vendors/highlight Expand file tree Collapse file tree 1 file changed +23
-9
lines changed Original file line number Diff line number Diff line change 11
11
* @author Chris Bracco <[email protected] >
12
12
* @author Zeno Rocha <[email protected] >
13
13
* @author Piruin Panichphol <[email protected] >
14
+ *
15
+ * This has been modified to adapt the theme to Bow OpenAPI visual identity
14
16
*/
15
17
16
18
/*
17
19
* Variables
18
20
*/
19
21
22
+ // $dt-gray-dark: #282a36; // Background
23
+ // $dt-gray: #44475a; // Current Line & Selection
24
+ // $dt-gray-light: #f8f8f2; // Foreground
25
+ // $dt-blue: #6272a4; // Comment
26
+ // $dt-cyan: #8be9fd;
27
+ // $dt-green: #50fa7b;
28
+ // $dt-orange: #ffb86c;
29
+ // $dt-pink: #ff79c6;
30
+ // $dt-purple: #bd93f9;
31
+ // $dt-red: #ff5555;
32
+ // $dt-yellow: #f1fa8c;
33
+
20
34
$dt-gray-dark : #282a36 ; // Background
21
35
$dt-gray : #44475a ; // Current Line & Selection
22
36
$dt-gray-light : #f8f8f2 ; // Foreground
23
37
$dt-blue : #6272a4 ; // Comment
24
- $dt-cyan : #8be9fd ;
25
- $dt-green : #50fa7b ;
26
- $dt-orange : #ffb86c ;
27
- $dt-pink : #ff79c6 ;
28
- $dt-purple : #bd93f9 ;
29
- $dt-red : #ff5555 ;
30
- $dt-yellow : #f1fa8c ;
38
+ $dt-cyan : #4bbacd ;
39
+ $dt-green : lighten ( #4bbacd , 5 ) ;
40
+ $dt-orange : lighten ( #4bbacd , 35 ) ;
41
+ $dt-pink : lighten ( #1d263f , 45 ) ;
42
+ $dt-purple : lighten ( #4bbacd , 15 ) ;
43
+ $dt-red : darken ( #4bbacd , 20 ) ;
44
+ $dt-yellow : #f8f8f2 ;
31
45
32
46
/*
33
47
* Styles
@@ -97,7 +111,7 @@ $dt-yellow: #f1fa8c;
97
111
}
98
112
99
113
.bp {
100
- font-style : italic ;
114
+ // font-style: italic;
101
115
}
102
116
103
117
.c ,
@@ -129,7 +143,7 @@ $dt-yellow: #f1fa8c;
129
143
.vg ,
130
144
.vi ,
131
145
.vm {
132
- font-style : italic ;
146
+ // font-style: italic;
133
147
}
134
148
135
149
.na ,
You can’t perform that action at this time.
0 commit comments