|
36 | 36 | "editor.defaultFormatter": null,
|
37 | 37 | "editor.bracketPairColorization.enabled": true,
|
38 | 38 | "editor.wordWrap": "off",
|
| 39 | + "editor.guides.indentation": false, |
| 40 | + "editor.renderWhitespace": "none", |
39 | 41 | "editor.tokenColorCustomizations": {
|
40 | 42 | "[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", |
48 | 50 | "textMateRules": [
|
49 | 51 | {
|
50 | 52 | "scope": "keyword",
|
51 | 53 | "settings": {
|
52 |
| - "foreground": "#61ed7fc9", |
| 54 | + "foreground": "#89a887", |
53 | 55 | }
|
54 | 56 | },
|
55 | 57 | {
|
56 | 58 | "scope": "constant",
|
57 | 59 | "settings": {
|
58 |
| - "foreground": "#61ed7fc9", |
| 60 | + "foreground": "#89a887", |
59 | 61 | }
|
60 | 62 | }
|
61 | 63 | ]
|
62 | 64 | }
|
63 | 65 | },
|
64 | 66 | "workbench.colorTheme": "Green",
|
65 | 67 | "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 | + }, |
66 | 76 | "[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" |
76 | 88 | }
|
77 | 89 | },
|
78 | 90 | "[javascript]": {
|
|
0 commit comments