Last active
November 21, 2021 19:06
-
-
Save ninmonkey/4baf0c4aee3e74085979c60abefdad9f to your computer and use it in GitHub Desktop.
Vscode-Theme-dimmed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
/* | |
Combination with JustinGrote's theme | |
### Sect: Workbench Color Overrides | |
refs: | |
intro: https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme | |
customizing semanticTokenColorCustomizations: https://code.visualstudio.com/docs/getstarted/themes#_editor-semantic-highlighting | |
*/ | |
"workbench.colorCustomizations": { | |
// "editorError.background": "#1cf0864f", | |
"errorLens.warningMessageBackground": "#2f323813", | |
"errorLens.warningMessageBackground": "#ff880000", | |
"errorLens.warningMessageBackground": "#ff942f19", // # def | |
"errorLens.warningMessageBackground": "#ff88001e", | |
"errorLens.warningMessageBackground": "#5f2d448c", // interesting pinkish | |
"errorLens.warningMessageBackground": "#362B1F", // default ? | |
"errorLens.warningMessageBackground": "#362b1f6b", // dim | |
"errorLens.warningBackground": "#ff000000", // invisible BG | |
"errorLens.errorForeground": "#ff0000b6", | |
"errorLens.errorForeground": "#f77777ad", // peach | |
"errorLens.errorForeground": "#f77777ad", | |
// "errorLens.statusBarErrorForeground": "#00f853", | |
// "errorLens.statusBarIconErrorForeground": "#00f853", //has do do with selected/found lines | |
// "errorLens.hintBackground": "#25cf50", //has do do with selected/found lines | |
// "errorLens.errorMessageBackground": "#c8ff02e8", | |
"errorLens.errorMessageBackground": "#332424", // default:#332424 | |
"errorLens.errorMessageBackground": "#e4545419", | |
"errorLens.errorBackground": "#362b1f6b", // default:#332424 | |
"errorLens.errorBackground": "#362b1f34", // dim | |
"errorLens.warningForeground": "#F2962D", // orange default | |
"errorLens.warningForeground": "#f2962d32", // default -> dim 2x + brown | |
// "errorLens.warningForeground": "#ff0cb66c", // default -> dim 1x + purp | |
"errorLens.infoForeground": "#ea00ff", // this is where? | |
// "errorLens.hintForeground": "#ff16d8", // hint, like 'setting not recognized' | |
// "editorBracketHighlight.unexpectedBracket.foreground": "#ff1212cc", | |
"editorBracketMatch.border": "#888888", | |
// "editorLineNumber.foreground": "#ff0000", | |
// "editorLineNumber.foreground": "#487285", // dim: blueish foreground color | |
"editorLineNumber.foreground": "#858585", // default: gray fade | |
"editorLineNumber.foreground": "#858585a1", // dim | |
"editorLineNumber.foreground": "#4e4e4ea1", // default: gray fade | |
// "editorLineNumber.activeForeground": "#609AB2", // blueish foreground color | |
// "editorLineNumber.activeForeground": "#6ad4ee", | |
"editorLineNumber.activeForeground": "#c6c6c6", // def: fg | |
"editorLineNumber.activeForeground": "#929292", // dim | |
/* JG's begins, saved from: <https://discord.com/channels/180528040881815552/446531919644065804/911758649897127976> | |
*/ | |
"errorLens.errorBackground": "#e4545410", | |
"errorLens.errorForeground": "#ff646440", | |
"errorLens.errorMessageBackground": "#e4545405", | |
"errorLens.warningBackground": "#ff942f10", | |
"errorLens.warningForeground": "#fa973a70", | |
// "testing.message.error.lineBackground": "#e4545405", | |
"errorLens.warningMessageBackground": "#fff00005", | |
"tab.lastPinnedBorder": "#2472c8", | |
"terminal.ansiBlack": "#000000", | |
"terminal.ansiBlue": "#2472c8", | |
"terminal.ansiBrightBlack": "#666666", | |
"terminal.ansiBrightBlue": "#569cd6", | |
"terminal.ansiBrightCyan": "#9cdcfe", | |
"terminal.ansiBrightGreen": "#b5cea8", | |
"terminal.ansiBrightMagenta": "#daadd6", | |
"terminal.ansiBrightMagenta": "#d38bcd", // his was '#daadd6' | |
"terminal.ansiBrightRed": "#f14c4c", | |
"terminal.ansiBrightWhite": "#e5e5e5", | |
"terminal.ansiBrightYellow": "#DCDCAA", // his was | |
"terminal.ansiBrightYellow": "#ecec6a", // nin | |
"terminal.ansiCyan": "#11a8cd", | |
"terminal.ansiGreen": "#6a9955", | |
"terminal.ansiMagenta": "#C586C0", | |
"terminal.ansiRed": "#cd3131", | |
"terminal.ansiWhite": "#e5e5e5", | |
"terminal.ansiYellow": "#CE9178", | |
"terminal.background": "#1E1E1E", | |
"terminal.foreground": "#D4D4D4", | |
"editor.lineHighlightBackground": "#1073cf2d", | |
"editor.lineHighlightBorder": "#9fced11f", | |
/* overrides */ | |
// bracket rainbows | |
// these are the default theme, dimmed to not have the super high contrast | |
"editorBracketHighlight.foreground1": "#ffd780", // def + Dim | |
"editorBracketHighlight.foreground2": "#da70d686", // def + Dim | |
"editorBracketHighlight.foreground3": "#179f80", // def + Dim | |
"editorBracketHighlight.foreground4": "#ffffff80", // def + Dim | |
// or JG which matches the theme | |
// "editorBracketHighlight.foreground1": "#569CD6", // JG's | |
// "editorBracketHighlight.foreground2": "#C586C0", // JG's | |
// "editorBracketHighlight.foreground3": "#4EC9B0", // JG's | |
// "editorBracketHighlight.foreground4": "#CE9178", // JG's | |
// "testing.message.error.decorationForeground": "#ff646440", // JG's | |
// "testing.message.error.decorationForeground": "#ff646440", // JG's | |
// "testing.message.error.lineBackground": "#e4545405", // JG's | |
"testing.message.error.decorationForeground": "#e0ac9779", // JG's: #ff646440 | |
"testing.message.error.lineBackground": "#e454541a", // same color, it was nearly invis.: JG's #e4545405 | |
/* some were undefined */ | |
"testing.peekBorder": "#F14C4C", // pop-up showing previous runs. default = #F14C4C | |
"testing.peekHeaderBackground": "#F14C4C1a", // pop-up showing previous runs. default = #F14C4C1a (same plus alpha) | |
// "testing.iconErrored": "#00ff0d41" | |
"testing.iconFailed": "#cd3131", // set as term.ansiiRed; 2 places: [1] gutter [2] test explorer | |
"testing.iconPassed": "#6a9955", // set as term.ansiiGreen | |
"testing.iconQueued": "#CCA700", // color before executing; default = #CCA700 | |
"testing.iconUnset": "#848484", // 2 icons: [1] in explorer the 'o' icon and the 'arrow' icon. default = #848484 | |
// section: Waldo. | |
// I didn't find these. I set these to the same bright magenta color, to try to find them | |
"testing.message.info.decorationForeground": "#ff00ff", // where? | |
"testing.message.info.lineBackground": "#ff00ff", // where? | |
"testing.iconSkipped": "#ff00ff", // where? | |
"testing.iconErrored": "#ff00ff" // where? | |
}, | |
"editor.tokenColorCustomizations": { | |
"[Default Dark+]": { | |
"textMateRules": [ | |
{ | |
"scope": [ | |
"punctuation.section.bracket.begin.powershell", | |
"punctuation.section.bracket.end.powershell" | |
], | |
"settings": { | |
"foreground": "#569CD6" | |
} | |
} | |
] | |
} | |
}, | |
"editor.semanticTokenColorCustomizations": { | |
"[Default Dark+]": { | |
"enabled": true, | |
"rules": { | |
"punctuation.section.bracket.begin.powershell": "#569CD6", | |
"punctuation.section.bracket.end.powershell": "#569CD6" | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment