Skip to content

Commit 9344852

Browse files
Changed some colors and added new ones, check the v0.4.4 on CHANGELOG for more detail
1 parent 15ea87f commit 9344852

File tree

2 files changed

+118
-102
lines changed

2 files changed

+118
-102
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ All notable changes to the "Apatite-Dark" color theme extension will be document
99
## [0.4.3]
1010

1111
- Added an icon for the extension.
12+
13+
## [0.4.4]
14+
15+
- Changed the active tab foreground color to faded turquoise.
16+
- Added bright turquoise border top to active tab.
17+
- Changed modified git files' foreground color to bright turquoise.
18+
- Changed editor inactive indent guide line color to deep purple.
19+
- Changed editor active indent guide line color to bright turquoise.

themes/Apatite Dark-color-theme.json

+110-102
Original file line numberDiff line numberDiff line change
@@ -1,139 +1,147 @@
11
{
22
"name": "Apatite Dark",
33
"colors": {
4+
"activityBar.activeBackground": "#4340fa49",
5+
"activityBar.activeBorder": "#605dff",
6+
"activityBar.activeFocusBorder": "#00f7ff",
7+
"activityBar.background": "#000000",
8+
"activityBar.border": "#21144eb9",
9+
"activityBar.foreground": "#ebeaff",
10+
"activityBar.inactiveForeground": "#cfceffa6",
11+
"activityBarBadge.background": "#4845ff",
12+
"activityBarBadge.foreground": "#d5d4ff",
13+
"badge.background": "#4845ff",
14+
"badge.foreground": "#d5d4ff",
15+
"button.background": "#4845ff56",
16+
"button.border": "#403cff",
17+
"button.foreground": "#6865ff",
18+
"button.hoverBackground": "#4845ff86",
19+
"button.separator": "#6865ff6c",
20+
"breadcrumb.background": "#0c071d",
21+
"breadcrumb.focusForeground": "#8785fdc5",
22+
"breadcrumb.foreground": "#cfceffa6",
23+
"contrastBorder": "#21144e",
424
"debugIcon.breakpointForeground": "#00fff2",
5-
"minimap.background": "#0c071db2",
6-
"minimap.findMatchHighlight": "#4845ff",
7-
"minimap.selectionHighlight": "#4845ff",
8-
"editor.lineHighlightBorder": "#ffffff00",
25+
"dropdown.background": "#4845ff56",
26+
"dropdown.border": "#4845ffee",
27+
"dropdown.foreground": "#8a88ff",
28+
"dropdown.listBackground": "#4845ff56",
29+
"editor.background": "#0c071d",
30+
"editor.foreground": "#cfcefff5",
931
"editor.lineHighlightBackground": "#4845ff62",
10-
"editor.rangeHighlightBorder": "#faf9f900",
32+
"editor.lineHighlightBorder": "#ffffff00",
1133
"editor.rangeHighlightBackground": "#4845ff62",
12-
"search.resultsInfoForeground": "#bebcff",
13-
"editorGutter.modifiedBackground": "#4845ff00",
14-
"editorLineNumber.activeForeground": "#45f3ff",
15-
"editorLineNumber.foreground": "#4845ff",
16-
"minimapGutter.modifiedBackground": "#4845ff",
17-
"gitDecoration.modifiedResourceForeground": "#524fe0",
34+
"editor.rangeHighlightBorder": "#faf9f900",
1835
"editor.selectionBackground": "#5e0bf74b",
19-
"selection.background": "#0c071d",
20-
"editor.background": "#0c071d",
21-
"editor.foreground": "#cfcefff5",
22-
"editorWidget.background": "#0c071d",
23-
"editorWidget.foreground": "#7c7afde1",
24-
"editorWidget.border": "#6360fff1",
25-
"editorSuggestWidget.border": "#6b68ff62",
26-
"editorSuggestWidget.background": "#271770e0",
27-
"editorSuggestWidget.selectedBackground": "#3c269cf1",
36+
"editorGutter.modifiedBackground": "#4845ff00",
37+
"editorIndentGuide.activeBackground": "#00ffff",
38+
"editorIndentGuide.background": "#21144ecc",
2839
"editorInlayHint.background": "#00000000",
2940
"editorInlayHint.foreground": "#54418f",
41+
"editorLineNumber.activeForeground": "#45f3ff",
42+
"editorLineNumber.foreground": "#4845ff",
43+
"editorGroup.emptyBackground": "#0c071d",
3044
"editorGroupHeader.noTabsBackground": "#0c071d",
3145
"editorGroupHeader.tabsBackground": "#0c071d",
32-
"editorGroup.emptyBackground": "#0c071d",
33-
"tab.activeBorder": "#00fff2",
34-
"tab.activeBackground": "#160d35",
35-
"tab.border": "#160d3500",
36-
"tab.inactiveBackground": "#0c071d",
37-
"breadcrumb.background": "#0c071d",
38-
"breadcrumb.foreground": "#cfceffa6",
39-
"breadcrumb.focusForeground": "#8785fdc5",
40-
"quickInput.background": "#0c071d",
41-
"quickInput.foreground": "#6865ff",
46+
"editorSuggestWidget.background": "#271770e0",
47+
"editorSuggestWidget.border": "#6b68ff62",
48+
"editorSuggestWidget.selectedBackground": "#3c269cf1",
49+
"editorWidget.background": "#0c071d",
50+
"editorWidget.border": "#6360fff1",
51+
"editorWidget.foreground": "#7c7afde1",
4252
"extensionButton.background": "#4845ff56",
4353
"extensionButton.foreground": "#6865ff",
4454
"extensionButton.hoverBackground": "#01e1ff",
4555
"extensionButton.separator": "#6865ff6c",
46-
"extensionIcon.verifiedForeground": "#01e1ff",
56+
"extensionIcon.preReleaseForeground": "#ff3300",
4757
"extensionIcon.sponsorForeground": "#33ff00",
4858
"extensionIcon.starForeground": "#d0ff01",
49-
"extensionIcon.preReleaseForeground": "#ff3300",
59+
"extensionIcon.verifiedForeground": "#01e1ff",
60+
"foreground": "#8a88ffb2",
61+
"gitDecoration.modifiedResourceForeground": "#00ffea",
62+
"icon.foreground": "#4845ff",
63+
"input.background": "#4845ff6c",
64+
"input.border": "#5552ffc9",
65+
"input.foreground": "#8a88ff",
66+
"input.placeholderForeground": "#7472ddb9",
67+
"list.activeSelectionBackground": "#504dff75",
68+
"list.activeSelectionForeground": "#bebcff",
69+
"list.activeSelectionIconForeground": "#bebcff",
70+
"list.dropBackground": "#4340fa44",
71+
"list.filterMatchBackground": "#7371fc49",
72+
"list.filterMatchBorder": "#00ffea",
73+
"list.hoverBackground": "#504dff31",
74+
"list.hoverForeground": "#c2c0ffbe",
75+
"list.inactiveSelectionBackground": "#504dff46",
76+
"list.inactiveSelectionForeground": "#c2c0ffb2",
77+
"list.inactiveSelectionIconForeground": "#c2c0ffb2",
78+
"menu.background": "#271770e0",
79+
"menu.border": "#6b68ff62",
80+
"menu.foreground": "#918ffd",
81+
"menu.selectionBorder": "#6b68ff9a",
82+
"menubar.selectionBackground": "#55418f4b",
83+
"menubar.selectionBorder": "#01e1ff",
84+
"minimap.background": "#0c071db2",
85+
"minimap.findMatchHighlight": "#4845ff",
86+
"minimap.selectionHighlight": "#4845ff",
87+
"minimapGutter.modifiedBackground": "#4845ff",
5088
"notificationCenter.border": "#918ffd77",
5189
"notificationCenterHeader.background": "#0c071d",
5290
"notificationCenterHeader.foreground": "#918ffd",
5391
"notificationLink.foreground": "#d8d8ff",
5492
"notifications.border": "#918ffd77",
5593
"notifications.background": "#0c071d",
5694
"notifications.foreground": "#918ffd",
57-
"notificationsInfoIcon.foreground": "#01e1ff",
5895
"notificationsErrorIcon.foreground": "#ff2739fd",
96+
"notificationsInfoIcon.foreground": "#01e1ff",
5997
"notificationsWarningIcon.foreground": "#fbff24ea",
6098
"notificationToast.border": "#918ffd77",
61-
"menubar.selectionBorder": "#01e1ff",
62-
"menubar.selectionBackground": "#55418f4b",
63-
"menu.selectionBorder": "#6b68ff9a",
64-
"menu.border": "#6b68ff62",
65-
"menu.foreground": "#918ffd",
66-
"menu.background": "#271770e0",
67-
"titleBar.activeBackground": "#000000",
68-
"titleBar.activeForeground": "#bfbfff8c",
69-
"titleBar.inactiveForeground": "#bfbfff49",
70-
"statusBar.noFolderBackground": "#000000",
71-
"statusBar.background": "#160e35",
72-
"statusBar.foreground": "#cfceffa6",
73-
"statusBar.border": "#21144e",
74-
"statusBarItem.activeBackground": "#413ed86c",
75-
"statusBarItem.hoverBackground": "#a5a5a549",
76-
"activityBar.activeBackground": "#4340fa49",
77-
"activityBar.border": "#21144eb9",
78-
"activityBar.activeBorder": "#605dff",
79-
"activityBar.activeFocusBorder": "#00f7ff",
80-
"activityBar.foreground": "#ebeaff",
81-
"activityBar.background": "#000000",
82-
"activityBar.inactiveForeground": "#cfceffa6",
83-
"activityBarBadge.background": "#4845ff",
84-
"activityBarBadge.foreground": "#d5d4ff",
85-
"sideBarTitle.foreground": "#bbbbbb",
86-
"sideBarSectionHeader.border": "#00000000",
87-
"sideBar.border": "#21144e",
88-
"sideBar.foreground": "#cfceffa6",
89-
"sideBarSectionHeader.foreground": "#4845ff",
90-
"sideBar.background": "#0c071d",
91-
"sideBarSectionHeader.background": "#0c071d",
92-
"list.dropBackground": "#4340fa44",
93-
"list.activeSelectionBackground": "#504dff75",
94-
"list.activeSelectionForeground": "#bebcff",
95-
"list.activeSelectionIconForeground": "#bebcff",
96-
"list.inactiveSelectionForeground": "#c2c0ffb2",
97-
"list.inactiveSelectionIconForeground": "#c2c0ffb2",
98-
"list.inactiveSelectionBackground": "#504dff46",
99-
"list.hoverBackground": "#504dff31",
100-
"list.hoverForeground": "#c2c0ffbe",
101-
"list.filterMatchBackground": "#7371fc49",
102-
"list.filterMatchBorder": "#00ffea",
103-
"tree.inactiveIndentGuidesStroke": "#6b68ff31",
104-
"tree.indentGuidesStroke": "#6b68ff62",
99+
"panel.background": "#0c071d",
100+
"panel.border": "#21144e",
105101
"progressBar.background": "#2e1875",
106-
"badge.background": "#4845ff",
107-
"badge.foreground": "#d5d4ff",
102+
"quickInput.background": "#0c071d",
103+
"quickInput.foreground": "#6865ff",
108104
"scrollbar.shadow": "#6360ffcc",
105+
"scrollbarSlider.activeBackground": "#363566da",
109106
"scrollbarSlider.background": "#6360ff42",
110107
"scrollbarSlider.hoverBackground": "#6360ff6c",
111-
"scrollbarSlider.activeBackground": "#363566da",
112-
"input.background": "#4845ff6c",
113-
"input.border": "#5552ffc9",
114-
"input.foreground": "#8a88ff",
115-
"input.placeholderForeground": "#7472ddb9",
116-
"dropdown.background": "#4845ff56",
117-
"dropdown.foreground": "#8a88ff",
118-
"dropdown.border": "#4845ffee",
119-
"dropdown.listBackground": "#4845ff56",
120-
"button.hoverBackground": "#4845ff86",
121-
"button.separator": "#6865ff6c",
122-
"button.foreground": "#6865ff",
123-
"button.background": "#4845ff56",
124-
"button.border": "#403cff",
125-
"toolbar.activeBackground": "#4845ffad",
126-
"toolbar.hoverOutline": "#00ffff",
127-
"toolbar.hoverBackground": "#ffffff23",
128-
"icon.foreground": "#4845ff",
129-
"widget.shadow": "#6b68ff75",
130-
"foreground": "#8a88ffb2",
131-
"contrastBorder": "#1f1f1f",
108+
"search.resultsInfoForeground": "#bebcff",
109+
"selection.background": "#0c071d",
110+
"sideBar.background": "#0c071d",
111+
"sideBar.border": "#21144e",
112+
"sideBar.foreground": "#cfceffa6",
113+
"sideBarSectionHeader.background": "#0c071d",
114+
"sideBarSectionHeader.border": "#00000000",
115+
"sideBarSectionHeader.foreground": "#4845ff",
116+
"sideBarTitle.foreground": "#bbbbbb",
117+
"statusBar.background": "#160e35",
118+
"statusBar.border": "#21144e",
119+
"statusBar.foreground": "#cfceffa6",
120+
"statusBar.noFolderBackground": "#000000",
121+
"statusBarItem.activeBackground": "#413ed86c",
122+
"statusBarItem.hoverBackground": "#a5a5a549",
123+
"tab.activeBackground": "#160d35",
124+
"tab.activeBorder": "#00fff2",
125+
"tab.activeBorderTop": "#00fff2",
126+
"tab.activeForeground": "#aef6ff",
127+
"tab.border": "#21144e00",
128+
"tab.hoverBackground": "#160d35",
129+
"tab.hoverBorder": "#00fff2",
130+
"tab.inactiveBackground": "#0c071d",
131+
"tab.inactiveForeground": "#cfceffa6",
132132
"terminal.background": "#0c071d",
133133
"terminal.foreground": "#00ffdd",
134134
"terminal.selectionBackground": "#501fff56",
135-
"panel.background": "#0c071d",
136-
"panel.border": "#21144e"
135+
"titleBar.activeBackground": "#000000",
136+
"titleBar.activeForeground": "#bfbfff8c",
137+
"titleBar.border": "#21144e",
138+
"titleBar.inactiveForeground": "#bfbfff49",
139+
"toolbar.activeBackground": "#4845ffad",
140+
"toolbar.hoverBackground": "#ffffff23",
141+
"toolbar.hoverOutline": "#00ffff",
142+
"tree.inactiveIndentGuidesStroke": "#6b68ff31",
143+
"tree.indentGuidesStroke": "#6b68ff62",
144+
"widget.shadow": "#6b68ff75"
137145
},
138146
"tokenColors": [
139147
{

0 commit comments

Comments
 (0)