Skip to content

Commit 626e3a7

Browse files
committed
πŸš€ 4.3.0
- β˜€οΈ LightCode themes are come back! - πŸ‘¨β€πŸ”§ Minor fixes - πŸ‘¨β€πŸŽ¨ ScrollSlider and editor line numbers colors are improved
1 parent 9e3ec23 commit 626e3a7

23 files changed

Lines changed: 13617 additions & 252 deletions
File renamed without changes.
337 KB
Loading
282 KB
Loading
46.6 KB
Loading

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# ✨ Changelog
22

3-
## πŸš€ 4.2.2
3+
## πŸš€ 4.3.0
4+
5+
- β˜€οΈ LightCode themes are come back!
6+
- πŸ‘¨β€πŸ”§ Minor fixes
7+
- πŸ‘¨β€πŸŽ¨ ScrollSlider and editor line numbers colors are improved
8+
9+
![](.github/assets/lightcode_themes.png)
10+
![](.github/assets/lightcode_contrast_theme.png)
11+
![](.github/assets/lightcode_theme.png)
12+
13+
14+
## 🏷️ 4.2.2
415

516
- πŸ‘¨β€πŸŽ¨ More markdown colors
617

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"name": "DarkCode Contrast",
3838
"colors": {
3939
"#1c2022": "#000000",
40-
"#252b2e": "#161616",
4140
"#171a1b": "#0a0c0c",
4241
"#111518": "#181717",
4342
"#374140": "#24211e",
@@ -46,7 +45,7 @@
4645
"#ffd7a3": "#ffedd6",
4746
"#fff4d1": "#fcf9f0",
4847
"#C0C0C0": "#acacaa",
49-
"#252526": "#1f1f1f",
48+
"#252b2e": "#1f1f1f",
5049
"#cecece": "#e7e7e7",
5150
"#6b4101": "#aa6600",
5251
"#413701": "#411e01",
@@ -58,4 +57,4 @@
5857
}
5958
}
6059
]
61-
}
60+
}

β€Žcore/darkcode.jsonβ€Ž

Lines changed: 15 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
// "$schema": "vscode://schemas/color-theme",
23
"name": "DarkCode",
34
"type": "dark",
45
"author": "yedhrab",
@@ -14,7 +15,7 @@
1415
"button.background": "#ad550daa",
1516
"button.foreground": "#ececec",
1617
"button.hoverBackground": "#ad550d",
17-
"dropdown.background": "#252526",
18+
"dropdown.background": "#252b2e",
1819
"dropdown.border": "#FFC00050",
1920
"dropdown.foreground": "#C0C0C0",
2021
"dropdown.listBackground": "#1c2022",
@@ -30,7 +31,7 @@
3031
"editorHoverWidget.background": "#1c2022",
3132
"editorHoverWidget.border": "#ffc000aa", // Fare bekletince Γ§Δ±kan ekran
3233
"editorHoverWidget.foreground": "#C0C0C0",
33-
"editorLineNumber.foreground": "#858585",
34+
"editorLineNumber.foreground": "#61605c",
3435
"editorSuggestWidget.background": "#1c2022",
3536
"editorWhitespace.foreground": "#262626",
3637
"editorWidget.background": "#1c2022ee",
@@ -64,19 +65,19 @@
6465
"panelTitle.activeForeground": "#cecece",
6566
"panelTitle.inactiveForeground": "#a09e9e", // Terminal ΓΌstΓΌndeki tabs
6667
"peekView.border": "#ffc000aa",
67-
"peekViewEditor.background": "#252526",
68+
"peekViewEditor.background": "#252b2e",
6869
"peekViewEditor.matchHighlightBackground": "#413701",
69-
"peekViewEditorGutter.background": "#252526",
70-
"peekViewResult.background": "#252526",
70+
"peekViewEditorGutter.background": "#252b2e",
71+
"peekViewResult.background": "#252b2e",
7172
"peekViewResult.matchHighlightBackground": "#413701",
72-
"peekViewTitle.background": "#252526",
73+
"peekViewTitle.background": "#252b2e",
7374
"pickerGroup.border": "#ffc000aa",
7475
"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",
8081
"sideBar.background": "#1c2022", // soldaki panel
8182
"sideBar.border": "#111518",
8283
"sideBar.foreground": "#C0C0C0",
@@ -105,13 +106,11 @@
105106
"terminal.ansiBrightBlue": "#82aaff",
106107
"terminal.ansiBrightCyan": "#89ddff",
107108
"terminal.ansiBrightGreen": "#6de095",
108-
"terminal.ansiBrightPurple": "#c792ea",
109109
"terminal.ansiBrightRed": "#e42b27",
110110
"terminal.ansiBrightWhite": "#ffffff",
111111
"terminal.ansiBrightYellow": "#f8c142",
112112
"terminal.ansiCyan": "#89ddff",
113113
"terminal.ansiGreen": "#73bc62",
114-
"terminal.ansiPurple": "#c792ea",
115114
"terminal.ansiRed": "#d82f2c",
116115
"terminal.ansiWhite": "#ffffff",
117116
"terminal.ansiYellow": "#e2a24c",
@@ -486,15 +485,6 @@
486485
"foreground": "#98C379"
487486
}
488487
},
489-
{
490-
"name": "Source Gfm Markup",
491-
"scope": [
492-
"source.gfm markup"
493-
],
494-
"settings": {
495-
"-webkit-font-smoothing": "auto"
496-
}
497-
},
498488
{
499489
"name": "[VSCODE-CUSTOM] Markdown Raw Block",
500490
"scope": "markup.raw.block.markdown",
@@ -952,7 +942,6 @@
952942
"meta.separator"
953943
],
954944
"settings": {
955-
"background": "#373B41",
956945
"foreground": "#ABB2BF"
957946
}
958947
},
@@ -971,7 +960,7 @@
971960
"underline"
972961
],
973962
"settings": {
974-
"text-decoration": "underline"
963+
"fontStyle": "underline"
975964
}
976965
},
977966
{
@@ -989,8 +978,7 @@
989978
"invalid.deprecated"
990979
],
991980
"settings": {
992-
"foreground": "#523D14",
993-
"background": "#E0C285"
981+
"foreground": "#523D14"
994982
}
995983
},
996984
{
@@ -999,8 +987,7 @@
999987
"invalid.illegal"
1000988
],
1001989
"settings": {
1002-
"foreground": "white",
1003-
"background": "#E05252"
990+
"foreground": "#ffffff"
1004991
}
1005992
},
1006993
{
@@ -1186,15 +1173,6 @@
11861173
"foreground": "#56B6C2"
11871174
}
11881175
},
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-
},
11981176
{
11991177
"name": "Codetag Keywords",
12001178
"scope": [

β€Žcore/light-settings.jsonβ€Ž

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"coreTheme": "./lightcode.json",
3+
"outputDir": "../themes",
4+
"extensions": [
5+
{
6+
"postname": "+",
7+
"postfix": "-plus",
8+
"options": {
9+
"editorSuggestWidget.border": "#bec8fe",
10+
"editorSuggestWidget.foreground": "#4474ed",
11+
"editorSuggestWidget.highlightForeground": "#0040bfb4",
12+
"editorSuggestWidget.selectedBackground": "#bec8feee",
13+
"tab.activeBorderTop": "#003fff",
14+
"tab.hoverBackground": "#003fff10",
15+
"tab.hoverBorder": "#0026ff70"
16+
}
17+
},
18+
{
19+
"postname": "++",
20+
"postfix": "-plus-plus",
21+
"options": {
22+
"editorSuggestWidget.border": "#bec8fe",
23+
"editorSuggestWidget.foreground": "#4474ed",
24+
"editorSuggestWidget.highlightForeground": "#0040bfb4",
25+
"editorSuggestWidget.selectedBackground": "#bec8feee",
26+
"tab.activeBorderTop": "#003fff",
27+
"tab.hoverBackground": "#003fff10",
28+
"tab.hoverBorder": "#0026ff70",
29+
"editorHoverWidget.foreground": "#4474ed",
30+
"menu.foreground": "#4474ed",
31+
"titleBar.activeForeground": "#4474ed"
32+
}
33+
}
34+
],
35+
"themes": [
36+
{
37+
"name": "LightCode Contrast",
38+
"colors": {
39+
"#eeeeee": "#ffffff",
40+
"#c0b19e": "#cccccc",
41+
"#e8e5e4": "#f5f3f3",
42+
"#eeeae7": "#f9f9f9",
43+
"#c8bebf": "#dbdee1",
44+
"#ddded4": "#e6e7db",
45+
"#111111": "#000000",
46+
"#00285c": "#001229",
47+
"#000b2e": "#03060f",
48+
"#3f3f3f": "#535355",
49+
"#dadad9": "#f9f9f9",
50+
"#313131": "#181818",
51+
"#94befe": "#5599ff",
52+
"#bec8fe": "#bee1fe",
53+
"#52aaf2": "#52aaf2",
54+
"#131313": "#131313",
55+
"#454545": "#454545",
56+
"#003fff": "#003fff",
57+
"#4474ed": "#4474ed"
58+
}
59+
}
60+
]
61+
}

0 commit comments

Comments
Β (0)