|
1 | 1 | { |
| 2 | + // "$schema": "vscode://schemas/color-theme", |
2 | 3 | "name": "DarkCode", |
3 | 4 | "type": "dark", |
4 | 5 | "author": "yedhrab", |
|
14 | 15 | "button.background": "#ad550daa", |
15 | 16 | "button.foreground": "#ececec", |
16 | 17 | "button.hoverBackground": "#ad550d", |
17 | | - "dropdown.background": "#252526", |
| 18 | + "dropdown.background": "#252b2e", |
18 | 19 | "dropdown.border": "#FFC00050", |
19 | 20 | "dropdown.foreground": "#C0C0C0", |
20 | 21 | "dropdown.listBackground": "#1c2022", |
|
30 | 31 | "editorHoverWidget.background": "#1c2022", |
31 | 32 | "editorHoverWidget.border": "#ffc000aa", // Fare bekletince Γ§Δ±kan ekran |
32 | 33 | "editorHoverWidget.foreground": "#C0C0C0", |
33 | | - "editorLineNumber.foreground": "#858585", |
| 34 | + "editorLineNumber.foreground": "#61605c", |
34 | 35 | "editorSuggestWidget.background": "#1c2022", |
35 | 36 | "editorWhitespace.foreground": "#262626", |
36 | 37 | "editorWidget.background": "#1c2022ee", |
|
64 | 65 | "panelTitle.activeForeground": "#cecece", |
65 | 66 | "panelTitle.inactiveForeground": "#a09e9e", // Terminal ΓΌstΓΌndeki tabs |
66 | 67 | "peekView.border": "#ffc000aa", |
67 | | - "peekViewEditor.background": "#252526", |
| 68 | + "peekViewEditor.background": "#252b2e", |
68 | 69 | "peekViewEditor.matchHighlightBackground": "#413701", |
69 | | - "peekViewEditorGutter.background": "#252526", |
70 | | - "peekViewResult.background": "#252526", |
| 70 | + "peekViewEditorGutter.background": "#252b2e", |
| 71 | + "peekViewResult.background": "#252b2e", |
71 | 72 | "peekViewResult.matchHighlightBackground": "#413701", |
72 | | - "peekViewTitle.background": "#252526", |
| 73 | + "peekViewTitle.background": "#252b2e", |
73 | 74 | "pickerGroup.border": "#ffc000aa", |
74 | 75 | "pickerGroup.foreground": "#ffa837", |
75 | | - "scrollbarSlider.activeBackground": "#374140", // kaydΔ±rma Γ§ubuΔu |
76 | | - "scrollbarSlider.background": "#252b2e", |
77 | | - "scrollbarSlider.hoverBackground": "#374140", |
78 | | - "settings.numberInputBackground": "#252526", |
79 | | - "settings.textInputBackground": "#252526", |
| 76 | + "scrollbarSlider.activeBackground": "#61605c", // kaydΔ±rma Γ§ubuΔu |
| 77 | + "scrollbarSlider.background": "#61605c67", |
| 78 | + "scrollbarSlider.hoverBackground": "#61605c", |
| 79 | + "settings.numberInputBackground": "#252b2e", |
| 80 | + "settings.textInputBackground": "#252b2e", |
80 | 81 | "sideBar.background": "#1c2022", // soldaki panel |
81 | 82 | "sideBar.border": "#111518", |
82 | 83 | "sideBar.foreground": "#C0C0C0", |
|
105 | 106 | "terminal.ansiBrightBlue": "#82aaff", |
106 | 107 | "terminal.ansiBrightCyan": "#89ddff", |
107 | 108 | "terminal.ansiBrightGreen": "#6de095", |
108 | | - "terminal.ansiBrightPurple": "#c792ea", |
109 | 109 | "terminal.ansiBrightRed": "#e42b27", |
110 | 110 | "terminal.ansiBrightWhite": "#ffffff", |
111 | 111 | "terminal.ansiBrightYellow": "#f8c142", |
112 | 112 | "terminal.ansiCyan": "#89ddff", |
113 | 113 | "terminal.ansiGreen": "#73bc62", |
114 | | - "terminal.ansiPurple": "#c792ea", |
115 | 114 | "terminal.ansiRed": "#d82f2c", |
116 | 115 | "terminal.ansiWhite": "#ffffff", |
117 | 116 | "terminal.ansiYellow": "#e2a24c", |
|
486 | 485 | "foreground": "#98C379" |
487 | 486 | } |
488 | 487 | }, |
489 | | - { |
490 | | - "name": "Source Gfm Markup", |
491 | | - "scope": [ |
492 | | - "source.gfm markup" |
493 | | - ], |
494 | | - "settings": { |
495 | | - "-webkit-font-smoothing": "auto" |
496 | | - } |
497 | | - }, |
498 | 488 | { |
499 | 489 | "name": "[VSCODE-CUSTOM] Markdown Raw Block", |
500 | 490 | "scope": "markup.raw.block.markdown", |
|
952 | 942 | "meta.separator" |
953 | 943 | ], |
954 | 944 | "settings": { |
955 | | - "background": "#373B41", |
956 | 945 | "foreground": "#ABB2BF" |
957 | 946 | } |
958 | 947 | }, |
|
971 | 960 | "underline" |
972 | 961 | ], |
973 | 962 | "settings": { |
974 | | - "text-decoration": "underline" |
| 963 | + "fontStyle": "underline" |
975 | 964 | } |
976 | 965 | }, |
977 | 966 | { |
|
989 | 978 | "invalid.deprecated" |
990 | 979 | ], |
991 | 980 | "settings": { |
992 | | - "foreground": "#523D14", |
993 | | - "background": "#E0C285" |
| 981 | + "foreground": "#523D14" |
994 | 982 | } |
995 | 983 | }, |
996 | 984 | { |
|
999 | 987 | "invalid.illegal" |
1000 | 988 | ], |
1001 | 989 | "settings": { |
1002 | | - "foreground": "white", |
1003 | | - "background": "#E05252" |
| 990 | + "foreground": "#ffffff" |
1004 | 991 | } |
1005 | 992 | }, |
1006 | 993 | { |
|
1186 | 1173 | "foreground": "#56B6C2" |
1187 | 1174 | } |
1188 | 1175 | }, |
1189 | | - { |
1190 | | - "name": "Source Ruby Constant Other Symbol > Punctuation", |
1191 | | - "scope": [ |
1192 | | - "source.ruby constant.other.symbol > punctuation" |
1193 | | - ], |
1194 | | - "settings": { |
1195 | | - "foreground": "inherit" |
1196 | | - } |
1197 | | - }, |
1198 | 1176 | { |
1199 | 1177 | "name": "Codetag Keywords", |
1200 | 1178 | "scope": [ |
|
0 commit comments