mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-25 21:58:26 +01:00
use less teal for sh theme
This commit is contained in:
parent
297d78d750
commit
6bdcf19f5f
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
||||||
"underline": false
|
"underline": false
|
||||||
},
|
},
|
||||||
"BaseN": {
|
"BaseN": {
|
||||||
"text-color": "#03DAC5",
|
"text-color": "#a5d6ff",
|
||||||
"background-color": null,
|
"background-color": null,
|
||||||
"bold": false,
|
"bold": false,
|
||||||
"italic": false,
|
"italic": false,
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"underline": false
|
"underline": false
|
||||||
},
|
},
|
||||||
"Char": {
|
"Char": {
|
||||||
"text-color": "#03DAC5",
|
"text-color": "#a5d6ff",
|
||||||
"background-color": null,
|
"background-color": null,
|
||||||
"bold": false,
|
"bold": false,
|
||||||
"italic": false,
|
"italic": false,
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
"underline": false
|
"underline": false
|
||||||
},
|
},
|
||||||
"String": {
|
"String": {
|
||||||
"text-color": "#03DAC5",
|
"text-color": "#a5d6ff",
|
||||||
"background-color": null,
|
"background-color": null,
|
||||||
"bold": false,
|
"bold": false,
|
||||||
"italic": false,
|
"italic": false,
|
||||||
|
@ -194,7 +194,7 @@
|
||||||
"underline": false
|
"underline": false
|
||||||
},
|
},
|
||||||
"VerbatimString": {
|
"VerbatimString": {
|
||||||
"text-color": "#03DAC5",
|
"text-color": "#a5d6ff",
|
||||||
"background-color": null,
|
"background-color": null,
|
||||||
"bold": false,
|
"bold": false,
|
||||||
"italic": false,
|
"italic": false,
|
||||||
|
|
Loading…
Reference in a new issue