Skip to content

Commit 55eb99d

Browse files
saving settings
1 parent d424155 commit 55eb99d

File tree

1 file changed

+30
-18
lines changed

1 file changed

+30
-18
lines changed

editors/vscode/settings.json

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,43 +36,55 @@
3636
"editor.defaultFormatter": null,
3737
"editor.bracketPairColorization.enabled": true,
3838
"editor.wordWrap": "off",
39+
"editor.guides.indentation": false,
40+
"editor.renderWhitespace": "none",
3941
"editor.tokenColorCustomizations": {
4042
"[Green]": {
41-
"comments": "#61ed7fc9",
42-
"variables": "#61ed7fc9",
43-
"keywords": "#61ed7fc9",
44-
"functions": "#61ed7fc9",
45-
"numbers": "#61ed7fc9",
46-
"strings": "#61ed7fc9",
47-
"types": "#61ed7fc9",
43+
"comments": "#8F8F8F",
44+
"variables": "#89a887",
45+
"keywords": "#89a887",
46+
"functions": "#89a887",
47+
"numbers": "#89a887",
48+
"strings": "#89a887",
49+
"types": "#89a887",
4850
"textMateRules": [
4951
{
5052
"scope": "keyword",
5153
"settings": {
52-
"foreground": "#61ed7fc9",
54+
"foreground": "#89a887",
5355
}
5456
},
5557
{
5658
"scope": "constant",
5759
"settings": {
58-
"foreground": "#61ed7fc9",
60+
"foreground": "#89a887",
5961
}
6062
}
6163
]
6264
}
6365
},
6466
"workbench.colorTheme": "Green",
6567
"workbench.colorCustomizations": {
68+
"[Zenburn]": {
69+
"editorBracketHighlight.foreground1": "#f6f8f7c9",
70+
"editorBracketHighlight.foreground2": "#f6f8f7c9",
71+
"editorBracketHighlight.foreground3": "#f6f8f7c9",
72+
"editorBracketHighlight.foreground4": "#f6f8f7c9",
73+
"editorBracketHighlight.foreground5": "#f6f8f7c9",
74+
"editorBracketHighlight.foreground6": "#f6f8f7c9"
75+
},
6676
"[Green]": {
67-
"editorLineNumber.foreground": "#9F9F9F",
68-
"editor.foreground": "#61ed7fc9",
69-
"editor.lineHighlightBackground": "#252e24",
70-
"editorBracketHighlight.foreground1": "#61ed7fc9",
71-
"editorBracketHighlight.foreground2": "#61ed7fc9",
72-
"editorBracketHighlight.foreground3": "#61ed7fc9",
73-
"editorBracketHighlight.foreground4": "#61ed7fc9",
74-
"editorBracketHighlight.foreground5": "#61ed7fc9",
75-
"editorBracketHighlight.foreground6": "#61ed7fc9"
77+
"editorLineNumber.foreground": "#5F5F5F",
78+
"editor.foreground": "#89a887",
79+
"editor.background": "#302929",
80+
"editor.selectionBackground": "#404040",
81+
"editor.lineHighlightBackground": "#303030",
82+
"editorBracketHighlight.foreground1": "#89a887",
83+
"editorBracketHighlight.foreground2": "#89a887",
84+
"editorBracketHighlight.foreground3": "#89a887",
85+
"editorBracketHighlight.foreground4": "#89a887",
86+
"editorBracketHighlight.foreground5": "#89a887",
87+
"editorBracketHighlight.foreground6": "#89a887"
7688
}
7789
},
7890
"[javascript]": {

0 commit comments

Comments
 (0)