Skip to content

Commit 8323785

Browse files
committed
πŸŽ‰ Generated theme served
1 parent e5956a9 commit 8323785

7 files changed

Lines changed: 90 additions & 3878 deletions

β€ŽCONTRIBUTING.mdβ€Ž

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,25 @@
99
- βš–οΈ Every DarkCode color hex value equivalent in DarkCode Contrast is given the below
1010
- πŸ’« Light themes are generated from DarkCode by inverting colors with [πŸ‘¨β€πŸ”¬ YThemeCreator](https://github.com/yedhrab/YThemeCreator)
1111

12-
| DarkCode | DarkCode Contrast |
13-
| -------- | ----------------- |
14-
| 1c2022 | 000000 |
15-
| 252b2e | 161616 |
16-
| 171a1b | 0a0c0c |
17-
| 111518 | 181717 |
18-
| 374140 | 24211e |
19-
| 22212b | 191824 |
20-
| ffffff | ffee00d3 |
21-
| C0C0C0 | acacaa |
22-
| 333333 | 1f1f1f |
23-
| cecece | e7e7e7 |
12+
| Type | DarkCode | DarkCode Contrast |
13+
| ------ | -------- | ----------------- |
14+
| | 1c2022 | 000000 |
15+
| | 252b2e | 161616 |
16+
| | 171a1b | 0a0c0c |
17+
| Border | 111518 | 181717 |
18+
| | 374140 | 24211e |
19+
| | 22212b | 191824 |
20+
| | eeeeee | ffee00d3 |
21+
| | C0C0C0 | acacaa |
22+
| | 333333 | 1f1f1f |
23+
| | cecece | e7e7e7 |
24+
| Selection Bacground | 6b410177 | aa6600 |
25+
| List active higlight | 413701 | 411e01 |
2426

2527
```json
2628
{
2729
"editorSuggestWidget.border": "#0040ff2c",
28-
"editorSuggestWidget.foreground": "#1b5dcfdc", // e7b050a2
30+
"editorSuggestWidget.foreground": "#e7b050a2", // 1b5dcfdc
2931
"editorSuggestWidget.highlightForeground": "#0040bfb4",
3032
"editorSuggestWidget.selectedBackground": "#554f0738",
3133
"tab.activeBorderTop": "#003fff",
@@ -45,13 +47,13 @@
4547

4648
```json
4749
{
48-
"editorSuggestWidget.border": "#0040ff2c",
49-
"editorSuggestWidget.foreground": "#1b5dcfdc",
50-
"editorSuggestWidget.highlightForeground": "#0040bfb4",
51-
"editorSuggestWidget.selectedBackground": "#554f0738",
52-
"tab.activeBorderTop": "#003fff",
53-
"tab.hoverBackground": "#003fff10",
54-
"tab.hoverBorder": "#0026ff70"
50+
"editorSuggestWidget.border": "#413701",
51+
"editorSuggestWidget.foreground": "#bb8b12",
52+
"editorSuggestWidget.highlightForeground": "#ffbf40b4",
53+
"editorSuggestWidget.selectedBackground": "#41370177",
54+
"tab.activeBorderTop": "#FFC000",
55+
"tab.hoverBackground": "#FFC00010",
56+
"tab.hoverBorder": "#ffd90070",
5557
}
5658
```
5759

@@ -63,6 +65,6 @@
6365
{
6466
"editorHoverWidget.foreground": "#bb8b12",
6567
"menu.foreground": "#bb8b12",
66-
"terminal.foreground": "#bb8b12"
68+
"titleBar.activeForeground": "#bb8b12"
6769
}
6870
```

β€Žthemes/darkcode-contrast-plus-plus.jsonβ€Ž

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"editor.background": "#000000",
2121
"editor.findMatchBackground": "#ffe8e82a",
2222
"editor.foreground": "#bababa",
23-
"editor.lineHighlightBackground": "#080808",
24-
"editor.selectionBackground": "#FFC00050",
23+
"editor.lineHighlightBackground": "#000000",
24+
"editor.selectionBackground": "#6b410177",
2525
"editorCursor.foreground": "#f8f8f0",
2626
"editorGroup.border": "#181717",
2727
"editorGroupHeader.tabsBackground": "#0a0c0c",
@@ -30,26 +30,26 @@
3030
"editorHoverWidget.border": "#ffc000a8",
3131
"editorHoverWidget.foreground": "#bb8b12",
3232
"editorLineNumber.foreground": "#858585",
33-
"editorSuggestWidget.background": "#000108",
33+
"editorSuggestWidget.background": "#000000",
3434
"editorWhitespace.foreground": "#262626",
35-
"editorWidget.background": "#1f1f1f",
35+
"editorWidget.background": "#1c2022ee",
3636
"focusBorder": "#FFC00050",
3737
"foreground": "#bababa",
3838
"icon.foreground": "#e9dfd8",
3939
"input.background": "#181717",
4040
"input.foreground": "#C0C0C0",
4141
"inputOption.activeBorder": "#ffc000a8",
42-
"list.activeSelectionBackground": "#11110b",
43-
"list.focusBackground": "#fbff0020",
44-
"list.hoverBackground": "#fbff000c",
42+
"list.activeSelectionBackground": "#411e01",
43+
"list.focusBackground": "#411e01aa",
44+
"list.hoverBackground": "#411e0155",
4545
"list.hoverForeground": "#ffee00d3",
46-
"list.inactiveSelectionBackground": "#35320dd0",
46+
"list.inactiveSelectionBackground": "#411e0177",
4747
"menu.background": "#000000",
48-
"menu.border": "#ffc000a8",
48+
"menu.border": "#411e01",
4949
"menu.foreground": "#bb8b12",
50-
"menu.selectionBackground": "#0d0d00",
50+
"menu.selectionBackground": "#411e0177",
5151
"menu.selectionForeground": "#ffee00d3",
52-
"menubar.selectionBackground": "#ffffff10",
52+
"menubar.selectionBackground": "#eeeeee10",
5353
"menubar.selectionForeground": "#ffee00d3",
5454
"notificationCenter.border": "#ffc000",
5555
"notifications.background": "#000000",
@@ -88,17 +88,18 @@
8888
"tab.inactiveForeground": "#C0C0C0",
8989
"terminal.background": "#000000",
9090
"terminal.foreground": "#bababa",
91-
"terminal.selectionBackground": "#ffe8e823",
91+
"terminal.selectionBackground": "#6b410177",
9292
"terminalCursor.foreground": "#e4d9cc",
9393
"textLink.activeForeground": "#dba827",
9494
"textLink.foreground": "#bb8b54",
9595
"titleBar.activeBackground": "#000000",
9696
"titleBar.activeForeground": "#bb8b12",
9797
"titleBar.border": "#181717",
98-
"editorSuggestWidget.border": "#ffc00050",
98+
"widget.shadow": "#ffc00055",
99+
"editorSuggestWidget.border": "#411e01",
99100
"editorSuggestWidget.foreground": "#bb8b12",
100101
"editorSuggestWidget.highlightForeground": "#ffbf40b4",
101-
"editorSuggestWidget.selectedBackground": "#aab0f838",
102+
"editorSuggestWidget.selectedBackground": "#411e0177",
102103
"tab.activeBorderTop": "#ffc000",
103104
"tab.hoverBackground": "#ffc00010",
104105
"tab.hoverBorder": "#ffd90070"
@@ -465,7 +466,7 @@
465466
"keyword.operator.assignment.ahk"
466467
],
467468
"settings": {
468-
"foreground": "#e0a2a2f5"
469+
"foreground": "#92cefff5"
469470
}
470471
},
471472
{

β€Žthemes/darkcode-contrast-plus.jsonβ€Ž

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"editor.background": "#000000",
2121
"editor.findMatchBackground": "#ffe8e82a",
2222
"editor.foreground": "#bababa",
23-
"editor.lineHighlightBackground": "#080808",
24-
"editor.selectionBackground": "#FFC00050",
23+
"editor.lineHighlightBackground": "#000000",
24+
"editor.selectionBackground": "#6b410177",
2525
"editorCursor.foreground": "#f8f8f0",
2626
"editorGroup.border": "#181717",
2727
"editorGroupHeader.tabsBackground": "#0a0c0c",
@@ -30,26 +30,26 @@
3030
"editorHoverWidget.border": "#ffc000a8",
3131
"editorHoverWidget.foreground": "#C0C0C0",
3232
"editorLineNumber.foreground": "#858585",
33-
"editorSuggestWidget.background": "#000108",
33+
"editorSuggestWidget.background": "#000000",
3434
"editorWhitespace.foreground": "#262626",
35-
"editorWidget.background": "#1f1f1f",
35+
"editorWidget.background": "#1c2022ee",
3636
"focusBorder": "#FFC00050",
3737
"foreground": "#bababa",
3838
"icon.foreground": "#e9dfd8",
3939
"input.background": "#181717",
4040
"input.foreground": "#C0C0C0",
4141
"inputOption.activeBorder": "#ffc000a8",
42-
"list.activeSelectionBackground": "#11110b",
43-
"list.focusBackground": "#fbff0020",
44-
"list.hoverBackground": "#fbff000c",
42+
"list.activeSelectionBackground": "#411e01",
43+
"list.focusBackground": "#411e01aa",
44+
"list.hoverBackground": "#411e0155",
4545
"list.hoverForeground": "#ffee00d3",
46-
"list.inactiveSelectionBackground": "#35320dd0",
46+
"list.inactiveSelectionBackground": "#411e0177",
4747
"menu.background": "#000000",
48-
"menu.border": "#ffc000a8",
48+
"menu.border": "#411e01",
4949
"menu.foreground": "#C0C0C0",
50-
"menu.selectionBackground": "#0d0d00",
50+
"menu.selectionBackground": "#411e0177",
5151
"menu.selectionForeground": "#ffee00d3",
52-
"menubar.selectionBackground": "#ffffff10",
52+
"menubar.selectionBackground": "#eeeeee10",
5353
"menubar.selectionForeground": "#ffee00d3",
5454
"notificationCenter.border": "#ffc000",
5555
"notifications.background": "#000000",
@@ -88,17 +88,18 @@
8888
"tab.inactiveForeground": "#C0C0C0",
8989
"terminal.background": "#000000",
9090
"terminal.foreground": "#bababa",
91-
"terminal.selectionBackground": "#ffe8e823",
91+
"terminal.selectionBackground": "#6b410177",
9292
"terminalCursor.foreground": "#e4d9cc",
9393
"textLink.activeForeground": "#dba827",
9494
"textLink.foreground": "#bb8b54",
9595
"titleBar.activeBackground": "#000000",
9696
"titleBar.activeForeground": "#C0C0C0",
9797
"titleBar.border": "#181717",
98-
"editorSuggestWidget.border": "#ffc00050",
98+
"widget.shadow": "#ffc00055",
99+
"editorSuggestWidget.border": "#411e01",
99100
"editorSuggestWidget.foreground": "#bb8b12",
100101
"editorSuggestWidget.highlightForeground": "#ffbf40b4",
101-
"editorSuggestWidget.selectedBackground": "#aab0f838",
102+
"editorSuggestWidget.selectedBackground": "#411e0177",
102103
"tab.activeBorderTop": "#ffc000",
103104
"tab.hoverBackground": "#ffc00010",
104105
"tab.hoverBorder": "#ffd90070"
@@ -465,7 +466,7 @@
465466
"keyword.operator.assignment.ahk"
466467
],
467468
"settings": {
468-
"foreground": "#e0a2a2f5"
469+
"foreground": "#92cefff5"
469470
}
470471
},
471472
{

β€Žthemes/darkcode-contrast.jsonβ€Ž

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"editor.background": "#000000",
2121
"editor.findMatchBackground": "#ffe8e82a",
2222
"editor.foreground": "#bababa",
23-
"editor.lineHighlightBackground": "#080808",
24-
"editor.selectionBackground": "#FFC00050",
23+
"editor.lineHighlightBackground": "#000000",
24+
"editor.selectionBackground": "#6b410177",
2525
"editorCursor.foreground": "#f8f8f0",
2626
"editorGroup.border": "#181717",
2727
"editorGroupHeader.tabsBackground": "#0a0c0c",
@@ -30,26 +30,26 @@
3030
"editorHoverWidget.border": "#ffc000a8",
3131
"editorHoverWidget.foreground": "#C0C0C0",
3232
"editorLineNumber.foreground": "#858585",
33-
"editorSuggestWidget.background": "#000108",
33+
"editorSuggestWidget.background": "#000000",
3434
"editorWhitespace.foreground": "#262626",
35-
"editorWidget.background": "#1f1f1f",
35+
"editorWidget.background": "#1c2022ee",
3636
"focusBorder": "#FFC00050",
3737
"foreground": "#bababa",
3838
"icon.foreground": "#e9dfd8",
3939
"input.background": "#181717",
4040
"input.foreground": "#C0C0C0",
4141
"inputOption.activeBorder": "#ffc000a8",
42-
"list.activeSelectionBackground": "#11110b",
43-
"list.focusBackground": "#fbff0020",
44-
"list.hoverBackground": "#fbff000c",
42+
"list.activeSelectionBackground": "#411e01",
43+
"list.focusBackground": "#411e01aa",
44+
"list.hoverBackground": "#411e0155",
4545
"list.hoverForeground": "#ffee00d3",
46-
"list.inactiveSelectionBackground": "#35320dd0",
46+
"list.inactiveSelectionBackground": "#411e0177",
4747
"menu.background": "#000000",
48-
"menu.border": "#ffc000a8",
48+
"menu.border": "#411e01",
4949
"menu.foreground": "#C0C0C0",
50-
"menu.selectionBackground": "#0d0d00",
50+
"menu.selectionBackground": "#411e0177",
5151
"menu.selectionForeground": "#ffee00d3",
52-
"menubar.selectionBackground": "#ffffff10",
52+
"menubar.selectionBackground": "#eeeeee10",
5353
"menubar.selectionForeground": "#ffee00d3",
5454
"notificationCenter.border": "#ffc000",
5555
"notifications.background": "#000000",
@@ -88,13 +88,14 @@
8888
"tab.inactiveForeground": "#C0C0C0",
8989
"terminal.background": "#000000",
9090
"terminal.foreground": "#bababa",
91-
"terminal.selectionBackground": "#ffe8e823",
91+
"terminal.selectionBackground": "#6b410177",
9292
"terminalCursor.foreground": "#e4d9cc",
9393
"textLink.activeForeground": "#dba827",
9494
"textLink.foreground": "#bb8b54",
9595
"titleBar.activeBackground": "#000000",
9696
"titleBar.activeForeground": "#C0C0C0",
97-
"titleBar.border": "#181717"
97+
"titleBar.border": "#181717",
98+
"widget.shadow": "#ffc00055"
9899
},
99100
"tokenColors": [
100101
{
@@ -458,7 +459,7 @@
458459
"keyword.operator.assignment.ahk"
459460
],
460461
"settings": {
461-
"foreground": "#e0a2a2f5"
462+
"foreground": "#92cefff5"
462463
}
463464
},
464465
{

0 commit comments

Comments
Β (0)