Skip to content

Commit

Permalink
Update Hollow Knight Color Theme for Unity-color-theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emericoude committed May 23, 2022
1 parent 447e728 commit da990c8
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions themes/Hollow Knight Color Theme for Unity-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "Hollow Knight Theme",
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
//Very Important Stuff
"focusBorder": "#00000000",

//UNKNOWN
"debugToolBar.background": "#32333c",
"diffEditor.insertedTextBackground": "#A7B6C915",
"diffEditor.removedTextBackground": "#79BEDA20",
"editorInfo.foreground": "#807CAE70",
"editorRuler.foreground": "#343C3D",
"editorWarning.foreground": "#d18144",
"extensionButton.prominentBackground": "#A7B6C990",
"extensionButton.prominentHoverBackground": "#79BEDA",
"pickerGroup.foreground": "#86B066",
"notificationLink.foreground": "#79beda",
"textLink.activeForeground": "#79beda",
"textLink.foreground": "#1d315d",
"tree.indentGuidesStroke": "#343C3D",

//------------------ CODE AREA -------------------------
"debugToolBar.background": "#32333c",
"diffEditor.insertedTextBackground": "#A7B6C915",
"diffEditor.removedTextBackground": "#79BEDA20",
"editorInfo.foreground": "#807CAE70",
"editorRuler.foreground": "#343C3D",
"editorWarning.foreground": "#d18144",
"extensionButton.prominentBackground": "#A7B6C990",
"extensionButton.prominentHoverBackground": "#79BEDA",
"pickerGroup.foreground": "#86B066",
"notificationLink.foreground": "#79beda",
"textLink.activeForeground": "#79beda",
"textLink.foreground": "#1d315d",
"tree.indentGuidesStroke": "#343C3D",

//------------------ CODE AREA -------------------------

//TEXT
"editorWhitespace.foreground": "#848da220",
Expand All @@ -37,6 +37,7 @@
"editor.findMatchHighlightBackground": "#a7b6c950", //background of other match

"editor.lineHighlightBackground": "#32333c50", //current selected line's background
"editor.lineHighlightBorder": "#00000000",
"editor.selectionBackground": "#a7b6c980", //current selection's background
"editor.selectionHighlightBackground": "#848da220", //similar items to current selection's backgrounds

Expand Down Expand Up @@ -96,7 +97,7 @@
"scrollbarSlider.background": "#a7b6c950",
"scrollbarSlider.hoverBackground": "#e4eaf050",

//------------------ WIDGETS -------------------------
//------------------ WIDGETS -------------------------

"widget.shadow": "#d18144",

Expand Down Expand Up @@ -144,7 +145,7 @@
"listFilterWidget.noMatchesOutline": "#19191830",
"listFilterWidget.outline": "#19191830",

//------------------ MENUS -------------------------
//------------------ MENUS -------------------------

//MENUS: Drop down from top menu (e.g. Files)
"menu.background": "#191918",
Expand Down Expand Up @@ -240,10 +241,9 @@
"gitDecoration.addedResourceForeground" : "#a7b6c9",
"gitDecoration.untrackedResourceForeground": "#a7b6c9"

},

// NEUTRAL TONES ----------------------
},
"tokenColors": [
// NEUTRAL TONES ----------------------
{ // White
"scope": [
"variable", //variable names
Expand Down Expand Up @@ -285,7 +285,7 @@
}
},

// ORANGES ----------------------
// ORANGES ----------------------
{ // Light Orange
"scope": [
"comment.line.double-slash.cs",
Expand Down Expand Up @@ -318,7 +318,7 @@
}
},

// BLUES ----------------------
// BLUES ----------------------
{ // Cyan-Green
"scope": [
"keyword.control.conditional", //if, etc
Expand Down Expand Up @@ -353,7 +353,7 @@
}
},

// GREENS ----------------------
// GREENS ----------------------
{ // Emerald
"scope": [
//"keyword", //void, return, =
Expand Down Expand Up @@ -384,7 +384,7 @@
}
},

//ACCENTS ----------------------
//ACCENTS ----------------------
{ // Pink
"scope": [
"keyword.control.flow"
Expand Down Expand Up @@ -420,7 +420,7 @@
}
},

//FONT STYLES ------------------------------------
//FONT STYLES ------------------------------------
{ // Italic
"scope": [
"string.quoted.double.cs",
Expand All @@ -430,7 +430,7 @@

"settings": {
"fontStyle": "italic"
}
}
},

{ // Bold
Expand All @@ -444,7 +444,7 @@

"settings": {
"fontStyle": "bold"
}
}
},
]
}
]
}

0 comments on commit da990c8

Please sign in to comment.