Skip to content

Commit

Permalink
Revert "Update Light Spinel"
Browse files Browse the repository at this point in the history
This reverts commit 78b3a30.
  • Loading branch information
Schwad committed Oct 11, 2023
1 parent 899bb9c commit ffc9d14
Showing 1 changed file with 55 additions and 65 deletions.
120 changes: 55 additions & 65 deletions themes/light_spinel.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,43 @@
// Notes: we got things running, and tweaked
// background, foreground, and ivars (which might need
// a bit more work). Will carry on next time iteratively.

{
"name": "Spinel Light",
"type": "light",
"colors": {
"breadcrumb.activeSelectionForeground": "#d2cdf2",
"breadcrumb.background": "#d4d3de",
"breadcrumb.foreground": "#595959",
"editor.background": "#e2dff5",
"editor.foreground": "#595959",
"editor.lineHighlightBackground": "#dcdaeb",
"editor.selectionBackground": "#d4d3de",
// "breadcrumb.activeSelectionForeground": "#d2cdf2",
// "breadcrumb.background": "#404040",
"breadcrumb.foreground": "#4f4f4f",
"editor.background": "#ffffff",
"editor.foreground": "#4f4f4f",
// "editor.lineHighlightBackground": "#3b3b3b",
// "editor.selectionBackground": "#4b4b4b",
"editorLineNumber.activeForeground": "#808080",
"editorLineNumber.foreground": "#595959",
"editorLineNumber.background": "#e2dff5",
"notificationToast.border": "#9a99a3",
"notifications.border": "#9a99a3",
"panel.border": "#9a99a3",
"activityBar.background": "#e2dff5",
"activityBar.foreground": "#595959",
"activityBar.border": "#9a99a3",
"activityBar.activeBackground": "#d4d3de",
"activityBar.activeBorder": "#9a99a3",
"list.activeSelectionBackground": "#d2cdf2",
"list.activeSelectionForeground": "#595959",
"list.focusAndSelectionOutline": "#9a99a3",
"list.focusOutline": "#9a99a3",
"list.hoverBackground": "#d4d3de",
"list.hoverForeground": "#595959",
"menu.background": "#e2dff5",
"menu.selectionBorder": "#9a99a3",
"menu.selectionBackground": "#d4d3de",
"panelTitle.activeBorder": "#595959",
"focusBorder": "#9a99a3",
"sideBar.background": "#e2dff5",
"sideBar.border": "#9a99a3",
"sideBarSectionHeader.border": "#9a99a3",
"statusBar.background": "#1055d6",
"statusBar.border": "#9a99a3",
"tab.activeBackground": "#d4d3de",
"tab.activeBorder": "#9a99a3",
"tab.activeForeground": "#595959",
"tab.border": "#9a99a3",
"tab.inactiveBackground": "#e2dff5",
"tab.inactiveForeground": "#595959",
"terminal.background": "#e2dff5",
"terminal.border": "#9a99a3",
"titleBar.border": "#9a99a3",
"editorCursor.foreground": "#595959",
"editorCursor.background": "#9a99a3",
"editorIndentGuide.activeBackground": "#9a99a3"
"editorLineNumber.foreground": "#4f4f4f",
// "notificationToast.border": "#404040",
// "notifications.border": "#404040",
// "panel.border": "#404040",
"activityBar.background": "#f7f5f5",
"activityBar.foreground": "#4f4f4f",
"activityBar.border": "#404040",
// "activityBar.activeBackground": "#e0dede",
"menu.background": "#f7f5f5",
"panelTitle.activeBorder": "#4f4f4f",
"sideBar.background": "#f7f5f5",
"sideBar.border": "#404040",
"sideBarSectionHeader.border": "#404040",
// "statusBar.background": "#1055d6",
// "statusBar.border": "#404040",
// "tab.activeBackground": "#4b4b4b",
"tab.activeBorder": "#4f4f4f",
// "tab.activeForeground": "#d2cdf2",
// "tab.border": "#404040",
// "terminal.background": "#2a2a2a",
// "terminal.border": "#404040",
// "titleBar.border": "#404040",
"editorCursor.foreground": "#4f4f4f",
// "editorCursor.background": "#404040"
"editorIndentGuide.activeBackground": "#404040"
},
"semanticTokenColors": {
"method.declaration": {
Expand All @@ -60,11 +50,11 @@
"foreground": "#d431f5"
},
"method": {
"foreground": "#595959",
// "foreground": "#4f4f4f",
"fontStyle": ""
},
"function": {
"foreground": "#595959",
// "foreground": "#4f4f4f",
"fontStyle": ""
},
"variable.default_library": {
Expand All @@ -83,11 +73,11 @@
"foreground": "#284feb"
},
"variable": {
"foreground": "#16a0c9",
"foreground": "#02a9db",
"fontStyle": ""
},
"type": {
"foreground": "#cc4545",
"foreground": "#d12f2f",
"fontStyle": "bold"
},
"property": {
Expand Down Expand Up @@ -150,14 +140,14 @@
"meta.function.call.rust"
],
"settings": {
"foreground": "#595959"
"foreground": "#4f4f4f"
}
},
{
"name": "Comments",
"scope": ["punctuation.definition.comment", "comment"],
"settings": {
"foreground": "#9c8262",
"foreground": "#9c764b",
"fontStyle": "italic"
}
},
Expand All @@ -169,7 +159,7 @@
"comment.line.punctuation.yard"
],
"settings": {
"foreground": "#b0916a",
"foreground": "#d9a366",
"fontStyle": "italic bold"
}
},
Expand Down Expand Up @@ -204,7 +194,7 @@
"entity.name.type.numeric.rust"
],
"settings": {
"foreground": "#cc4545"
"foreground": "#d12f2f"
}
},
{
Expand All @@ -222,7 +212,7 @@
"constant.other.database-name.sql"
],
"settings": {
"foreground": "#eb8d36",
"foreground": "#ed8907",
"fontStyle": "italic"
}
},
Expand All @@ -234,7 +224,7 @@
"string"
],
"settings": {
"foreground": "#49a658"
"foreground": "#0e9925"
}
},
{
Expand All @@ -261,7 +251,7 @@
"keyword.other.unit.px.css"
],
"settings": {
"foreground": "#bfb23b"
"foreground": "#ab9700"
}
},
{
Expand Down Expand Up @@ -309,7 +299,7 @@
"entity.name.tag.yaml"
],
"settings": {
"foreground": "#4a9e9e",
"foreground": "#52a3a3",
"fontStyle": ""
}
},
Expand All @@ -323,7 +313,7 @@
"variable.other.property"
],
"settings": {
"foreground": "#5e4e4e",
"foreground": "#707070",
"fontStyle": "bold"
}
},
Expand All @@ -347,7 +337,7 @@
"variable.other.constant.object.js"
],
"settings": {
"foreground": "#16a0c9",
"foreground": "#02a9db",
"fontStyle": ""
}
},
Expand All @@ -364,7 +354,7 @@
"constant.language.null.js"
],
"settings": {
"foreground": "#cc4545",
"foreground": "#d12f2f",
"fontStyle": "bold"
}
},
Expand Down Expand Up @@ -404,30 +394,30 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#16a0c9"
"foreground": "#02a9db"
}
},
{
"name": "diff: deleted",
"scope": ["markup.deleted", "punctuation.definition.deleted.diff"],
"settings": {
"fontStyle": "",
"foreground": "#cc4545"
"foreground": "#d12f2f"
}
},
{
"name": "diff: changed",
"scope": "markup.changed",
"settings": {
"fontStyle": "",
"foreground": "#eb8d36"
"foreground": "#ed8907"
}
},
{
"name": "diff: inserted",
"scope": ["markup.inserted", "punctuation.definition.inserted.diff"],
"settings": {
"foreground": "#49a658"
"foreground": "#0e9925"
}
}
]
Expand Down

0 comments on commit ffc9d14

Please sign in to comment.