forked from theacodes/witchhazel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Witch Hazel-color-theme.json
124 lines (124 loc) · 5.36 KB
/
Witch Hazel-color-theme.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"tokenColors": "./witchhazel.tmTheme",
"colors": {
"editor.background": "#433E56",
"editorCursor.foreground": "#F8F8F0",
"editor.foreground": "#F8F8F2",
"editorWhitespace.foreground": "#A8757B",
"editor.lineHighlightBackground": "#716799",
"editor.selectionBackground": "#8077A8",
"editorIndentGuide.background": "#716799",
"editorIndentGuide.activeBackground": "#C8F8FF",
"editor.findMatchBackground": "#a37c8a",
"editor.findMatchHighlightBackground": "#7f5c68",
"editor.findRangeHighlightBackground": "#6c677c",
"editorWidget.background": "#3c374d",
"editorWidget.resizeBorder": "#48425c",
"editorSuggestWidget.background": "#3c374d",
"editorSuggestWidget.border": "#48425c",
"editorSuggestWidget.foreground": "#F8F8F0",
"editorSuggestWidget.highlightForeground": "#ffb8d1",
"editorSuggestWidget.selectedBackground": "#8077A8",
"debugToolBar.background": "#3c374d",
"selection.background": "#c6c4cc",
"sideBar.background": "#3c374d",
"sideBar.dropBackground": "#464258",
"sideBar.foreground": "#F8F8F2",
"sideBarSectionHeader.background": "#48425c",
"sideBarSectionHeader.foreground": "#F8F8F2",
"activityBar.background": "#353144",
"tab.activeBackground": "#716799",
"tab.inactiveBackground": "#464258",
"tab.inactiveForeground": "#F8F8F2",
"tab.border": "#464258",
"editorGroupHeader.noTabsBackground": "#3c374d",
"editorGroup.border": "#464258",
"editorGroupHeader.tabsBackground": "#3c374d",
"list.activeSelectionBackground": "#716799",
"list.activeSelectionForeground": "#F8F8F2",
"list.inactiveSelectionBackground": "#716799",
"list.inactiveSelectionForeground": "#F8F8F2",
"list.hoverBackground": "#555166",
"list.hoverForeground": "#F8F8F2",
"list.focusBackground": "#686477",
"list.focusForeground": "#F8F8F2",
"list.inactiveFocusBackground": "#7D7796",
"list.dropBackground": "#7D7796",
"statusBar.background": "#716799",
"statusBar.foreground": "#F8F8F2",
"statusBar.debuggingBackground": "#F97777",
"statusBar.debuggingForeground": "#F8F8F2",
"statusBar.noFolderBackground": "#716799",
"statusBar.noFolderForeground": "#F8F8F2",
"button.background": "#2cb5cc",
"button.foreground": "#F8F8F2",
"input.background": "#353144",
"input.foreground": "#F8F8F2",
"dropdown.background": "#464258",
"dropdown.foreground": "#F8F8F2",
"focusBorder": "#8077A8",
"badge.background": "#31cae3",
"badge.foreground": "#F8F8F2",
"activityBarBadge.background": "#31cae3",
"activityBarBadge.foreground": "#F8F8F2",
"errorForeground": "#F8F8F2",
"notificationCenterHeader.background": "#464258",
"notificationCenterHeader.foreground": "#F8F8F2",
"notifications.background": "#464258",
"notifications.foreground": "#F8F8F2",
"textLink.activeForeground": "#DBA6BA",
"textLink.foreground": "#C990A5",
"editorLink.activeForeground": "#C990A5",
"titleBar.activeBackground": "#464258",
"titleBar.activeForeground": "#F8F8F2",
"titleBar.inactiveBackground": "#3a3553",
"titleBar.inactiveForeground": "#b9b9b9",
"gitDecoration.addedResourceForeground": "#C2FFDF",
"gitDecoration.modifiedResourceForeground": "#84dcec",
"gitDecoration.deletedResourceForeground": "#ffb8d1",
"gitDecoration.renamedResourceForeground": "#FFF781",
"gitDecoration.stageModifiedResourceForeground": "#64CB96",
"gitDecoration.stageDeletedResourceForeground": "#8077A8",
"gitDecoration.untrackedResourceForeground": "#b9b9b9",
"gitDecoration.ignoredResourceForeground": "#B0BEC5",
"list.errorForeground": "#FF81AD",
"list.warningForeground": "#FF857F",
"minimap.errorHighlight": "#FF81AD",
"minimap.warningHighlight": "#FF857F",
"editorOverviewRuler.errorForeground": "#FF81AD",
"editorOverviewRuler.warningForeground": "#FF857F",
"editorError.foreground": "#F92672",
"editorWarning.foreground": "#FF857F",
"problemsErrorIcon.foreground": "#FF81AD",
"problemsWarningIcon.foreground": "#FF857F",
"editorOverviewRuler.modifiedForeground": "#FFF781",
"editorOverviewRuler.addedForeground": "#C2FFDF",
"editorOverviewRuler.deletedForeground": "#8077A8",
"editorOverviewRuler.findMatchForeground": "#7f5c68",
"editorGutter.modifiedBackground": "#FFF781",
"editorGutter.addedBackground": "#C2FFDF",
"editorGutter.deletedBackground": "#8077A8",
"minimapGutter.modifiedBackground": "#FFF781",
"minimapGutter.addedBackground": "#C2FFDF",
"minimapGutter.deletedBackground": "#8077A8",
"minimap.findMatchHighlight": "#7f5c68",
"minimap.selectionHighlight": "#C5A3FF",
"settings.modifiedItemIndicator": "#FFF781",
"settings.checkboxBackground": "#8077A8",
"settings.checkboxForeground": "#F8F8F2",
"settings.checkboxBorder": "#F8F8F2",
"settings.headerForeground": "#8077A8",
"settings.focusedRowBorder": "#C5A3FF",
"diffEditor.removedTextBackground": "#7f5c68",
"diffEditor.insertedTextBackground" : "#6A8D7A",
"gitlens.trailingLineForegroundColor": "#F8F8F2",
"merge.currentHeaderBackground": "#a59900",
"merge.currentContentBackground": "#7d7100",
"merge.incomingHeaderBackground": "#008ea7",
"merge.incomingContentBackground": "#005c75",
"merge.border": "#F8F8F2",
"editorOverviewRuler.currentContentForeground": "#7d7100",
"editorOverviewRuler.incomingContentForeground": "#005c75",
},
"name": "Witch Hazel"
}