mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Some more changes
This commit is contained in:
parent
92287fc2eb
commit
420b59f920
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
"activityBar.background": "#3c3f41",
|
"activityBar.background": "#3c3f41",
|
||||||
"activityBar.foreground": "#a6a7a8",
|
"activityBar.foreground": "#a6a7a8",
|
||||||
|
"activityBarBadge.background": "#ffff00",
|
||||||
|
"activityBarBadge.foreground": "#000000",
|
||||||
|
|
||||||
"editor.background": "#2b2b2b",
|
"editor.background": "#2b2b2b",
|
||||||
"editor.foreground": "#a9b7c6",
|
"editor.foreground": "#a9b7c6",
|
||||||
|
@ -218,7 +220,6 @@
|
||||||
"constant.language.beancount",
|
"constant.language.beancount",
|
||||||
"support.type.object.module",
|
"support.type.object.module",
|
||||||
"meta.preamble.latex support.class",
|
"meta.preamble.latex support.class",
|
||||||
"variable.other.constant.elixir",
|
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ffdd44",
|
"foreground": "#ffdd44",
|
||||||
|
@ -235,6 +236,7 @@
|
||||||
"keyword.type",
|
"keyword.type",
|
||||||
"entity.other.inherited-class",
|
"entity.other.inherited-class",
|
||||||
"entity.type.commodity",
|
"entity.type.commodity",
|
||||||
|
"variable.other.constant.elixir",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#88ffff",
|
"foreground": "#88ffff",
|
||||||
|
|
Loading…
Reference in a new issue