Add conky and gtk theme
This commit is contained in:
@@ -39,28 +39,32 @@
|
||||
],
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.colorTheme": "Twilight",
|
||||
"workbench.colorTheme": "GitHub Light",
|
||||
"workbench.colorCustomizations": {
|
||||
"statusBar.noFolderBackground": "#dd5555",
|
||||
"statusBar.background": "#dd5555",
|
||||
"list.activeSelectionBackground": "#dd5555",
|
||||
"badge.background": "#dd5555",
|
||||
"activityBarBadge.background": "#dd5555",
|
||||
"menu.background": "#dd5555",
|
||||
"list.focusBackground": "#dd5555",
|
||||
"activityBar.activeBorder": "#dd5555",
|
||||
"activityBar.foreground": "#dd5555",
|
||||
"statusBar.noFolderBackground": "#8abeb7",
|
||||
"statusBar.background": "#8abeb7",
|
||||
"statusBar.foreground": "#fff",
|
||||
"statusBar.border": "#8abeb7",
|
||||
"list.activeSelectionBackground": "#8abeb7",
|
||||
"badge.background": "#8abeb7",
|
||||
"activityBarBadge.background": "#8abeb7",
|
||||
"menu.background": "#fff",
|
||||
"menu.selectionBackground": "#8abeb7",
|
||||
"list.focusBackground": "#8abeb7",
|
||||
"activityBar.activeBorder": "#8abeb7",
|
||||
"activityBar.foreground": "#335555",
|
||||
"activityBar.background": "#8abeb7",
|
||||
"activityBar.inactiveForeground": "#fff",
|
||||
"focusBorder": "#dd5555",
|
||||
"button.background": "#dd5555",
|
||||
"textLink.foreground": "#dd5555",
|
||||
"extensionButton.prominentBackground": "#dd5555",
|
||||
"focusBorder": "#8abeb7",
|
||||
"button.background": "#8abeb7",
|
||||
"textLink.foreground": "#8abeb7",
|
||||
"extensionButton.prominentBackground": "#8abeb7",
|
||||
|
||||
"terminal.foreground": "#4d4d4c",
|
||||
"terminal.background": "#ffffff",
|
||||
"terminal.ansiBlack": "#000000",
|
||||
"terminal.ansiBlue": "#4271ae",
|
||||
"terminal.ansiCyan": "#3e999f",
|
||||
"terminal.ansiCyan": "#8abeb7",
|
||||
"terminal.ansiGreen": "#718c00",
|
||||
"terminal.ansiMagenta": "#8959a8",
|
||||
"terminal.ansiRed": "#c82829",
|
||||
@@ -68,7 +72,7 @@
|
||||
"terminal.ansiYellow": "#eab700",
|
||||
"terminal.ansiBrightBlack": "#000000",
|
||||
"terminal.ansiBrightBlue": "#4271ae",
|
||||
"terminal.ansiBrightCyan": "#3e999f",
|
||||
"terminal.ansiBrightCyan": "#8abeb7",
|
||||
"terminal.ansiBrightGreen": "#718c00",
|
||||
"terminal.ansiBrightMagenta": "#8959a8",
|
||||
"terminal.ansiBrightRed": "#c82829",
|
||||
@@ -82,4 +86,4 @@
|
||||
},
|
||||
"editor.fontSize": 14,
|
||||
"javascript.updateImportsOnFileMove.enabled": "always"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user