Last active
December 29, 2024 15:48
-
-
Save tomek-f/67c5ab64826185d4d8a3172d05291c28 to your computer and use it in GitHub Desktop.
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
{ | |
"workbench.colorCustomizations": { | |
// copy from Catppuccin for VSCode theme (catppuccin.catppuccin-vsc): ~/.vscode/extensions/catppuccin.catppuccin-vsc-3.16.0/themes/mocha.json | |
"terminal.foreground": "#cdd6f4", | |
"terminal.ansiBlack": "#45475a", | |
"terminal.ansiRed": "#f38ba8", | |
"terminal.ansiGreen": "#a6e3a1", | |
"terminal.ansiYellow": "#f9e2af", | |
"terminal.ansiBlue": "#89b4fa", | |
"terminal.ansiMagenta": "#f5c2e7", | |
"terminal.ansiCyan": "#94e2d5", | |
"terminal.ansiWhite": "#a6adc8", | |
"terminal.ansiBrightBlack": "#585b70", | |
"terminal.ansiBrightRed": "#f37799", | |
"terminal.ansiBrightGreen": "#89d88b", | |
"terminal.ansiBrightYellow": "#ebd391", | |
"terminal.ansiBrightBlue": "#74a8fc", | |
"terminal.ansiBrightMagenta": "#f2aede", | |
"terminal.ansiBrightCyan": "#6bd7ca", | |
"terminal.ansiBrightWhite": "#bac2de", | |
"terminal.selectionBackground": "#585b70", | |
"terminal.inactiveSelectionBackground": "#585b7080", | |
"terminalCursor.background": "#1e1e2e", | |
"terminalCursor.foreground": "#f5e0dc", | |
"terminal.border": "#585b70", | |
"terminal.dropBackground": "#cba6f733", | |
"terminal.tab.activeBorder": "#cba6f7", | |
"terminalCommandDecoration.defaultBackground": "#585b70", | |
"terminalCommandDecoration.successBackground": "#a6e3a1", | |
"terminalCommandDecoration.errorBackground": "#f38ba8", | |
// plus manual | |
"terminal.background": "#1e1e2e" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment