mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Theme the UI!
This commit is contained in:
parent
d34d764c00
commit
c73e177a3d
1 changed files with 80 additions and 2 deletions
|
@ -2,11 +2,88 @@
|
|||
"name": "Steffula",
|
||||
"type": "dark",
|
||||
"colors": {
|
||||
"foreground": "#a6a7a8",
|
||||
|
||||
"input.background": "#45494a",
|
||||
"input.border": "#646464",
|
||||
"input.foreground": "#a6a7a8", // Fix this
|
||||
"input.placeholderForeground": "#a6a7a888", // Fix this too
|
||||
|
||||
"badge.background": "#45494a",
|
||||
"badge.foreground": "#a6a7a8",
|
||||
|
||||
"activityBar.background": "#3c3f41",
|
||||
"activityBar.foreground": "#a6a7a8",
|
||||
"activityBarBadge.background": "#ffff00",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
|
||||
"editor.background": "#2b2b2b",
|
||||
"editor.foreground": "#a9b7c6",
|
||||
"editorLineNumber.foreground": "#606366",
|
||||
"editorError.foreground": "#ff5252",
|
||||
"problemsErrorIcon.foreground": "#ff5252",
|
||||
"minimap.errorHighlight": "#ff5252",
|
||||
"list.errorForeground": "#ff5252",
|
||||
"editorWarning.foreground": "#ffff00",
|
||||
"problemsWarningIcon.foreground": "#ffff00",
|
||||
"minimap.warningHighlight": "#ffff00",
|
||||
"list.warningForeground": "#ffff00",
|
||||
"editorInfo.foreground": "#66663d",
|
||||
"problemsInfoIcon.foreground": "#66663d",
|
||||
"editorHint.foreground": "#155221",
|
||||
|
||||
"editorGutter.addedBackground": "#438c65",
|
||||
"editorGutter.deletedBackground": "#8f5247",
|
||||
"editorGutter.modifiedBackground": "#43698d",
|
||||
|
||||
"minimapGutter.addedBackground": "#438c65",
|
||||
"minimapGutter.deletedBackground": "#8f5247",
|
||||
"minimapGutter.modifiedBackground": "#43698d",
|
||||
|
||||
"activityBar.background": "#3e434c",
|
||||
"sideBar.background": "#3e434c",
|
||||
"diffEditor.insertedTextBackground": "#438c6540",
|
||||
"diffEditor.removedTextBackground": "#8f524740",
|
||||
"diffEditor.diagonalFill": "#50505040",
|
||||
"merge.currentHeaderBackground": "#8f8e47",
|
||||
"merge.currentContentBackground": "#453d2b",
|
||||
"merge.incomingHeaderBackground": "#8f8e47",
|
||||
"merge.incomingContentBackground": "#453d2b",
|
||||
|
||||
"sideBar.background": "#3c3f41",
|
||||
|
||||
"statusBar.background": "#3c3f41",
|
||||
"statusBar.debuggingBackground": "#438c5c",
|
||||
"statusBarItem.errorForeground": "#ff5252",
|
||||
"statusBarItem.warningForeground": "#ffff00",
|
||||
|
||||
"terminal.ansiBlack": "#000000",
|
||||
"terminal.ansiBlue": "#3993d4",
|
||||
"terminal.ansiBrightBlack": "#595959",
|
||||
"terminal.ansiBrightBlue": "#10b0ff",
|
||||
"terminal.ansiBrightCyan": "#00e5e5",
|
||||
"terminal.ansiBrightGreen": "#4fc414",
|
||||
"terminal.ansiBrightMagenta": "#ed7eed",
|
||||
"terminal.ansiBrightRed": "#ff4050",
|
||||
"terminal.ansiBrightWhite": "#ffffff",
|
||||
"terminal.ansiBrightYellow": "#e5bf00",
|
||||
"terminal.ansiCyan": "#00a3a3",
|
||||
"terminal.ansiGreen": "#5c962c",
|
||||
"terminal.ansiMagenta": "#a771bf",
|
||||
"terminal.ansiRed": "#f0524f",
|
||||
"terminal.ansiWhite": "#808080",
|
||||
"terminal.ansiYellow": "#a68a0d",
|
||||
|
||||
"debugToolBar.background": "#438c5c",
|
||||
|
||||
"gitDecoration.addedResourceForeground": "#629755",
|
||||
"gitDecoration.modifiedResourceForeground": "#6897bb",
|
||||
"gitDecoration.renamedResourceForeground": "#6897bb",
|
||||
"gitDecoration.stageModifiedResourceForeground": "#6897bb",
|
||||
"gitDecoration.deletedResourceForeground": "#d5756c",
|
||||
"gitDecoration.stageDeletedResourceForeground": "#d5756c",
|
||||
"gitDecoration.untrackedResourceForeground": "#9375b6",
|
||||
"gitDecoration.ignoredResourceForeground": "#6c6c6c",
|
||||
"gitDecoration.conflictingResourceForeground": "#8f8e47",
|
||||
"gitDecoration.submoduleResourceForeground": "#d08d69",
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
|
@ -590,6 +667,7 @@
|
|||
"entity.other.attribute-name.pseudo-element.css",
|
||||
"heading",
|
||||
"meta.tag.metadata.doctype",
|
||||
"meta.function.definition.rust",
|
||||
],
|
||||
"settings": {
|
||||
"fontStyle": "bold"
|
||||
|
|
Loading…
Reference in a new issue