Skip to content

Commit

Permalink
Update vscodium config
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 23, 2020
1 parent 05685fe commit 56309d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion codium/.config/VSCodium/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
"badge.background": "#505050",
"terminal.ansiGreen": "#a7da1e",
"terminal.ansiRed": "#b657ff",
"terminalCursor.background": "#000000",
"terminalCursor.foreground": "#b3b3b3",
"panel.background": "#000000",
"panelTitle.activeBorder": "#ffffff",
"panel.dropBorder": "#b3b3b3",
Expand All @@ -90,7 +92,7 @@
"input.background": "#000000",
"input.border": "#333333",
"input.foreground": "#b3b3b3",
"editorGroup.emptyBackground": "#000000",
"editorGroup.emptyBackground": "#000000"
}
},
"editor.tokenColorCustomizations": {
Expand All @@ -112,6 +114,9 @@
"strings": "#b657ff"
},
"[Mokka]": {
"variables": {
"foreground": "#C19A6B"
},
"strings": "#ddeecc",
"functions": "#6ca3a3",
"keywords": "#f1f1f1",
Expand Down

0 comments on commit 56309d4

Please sign in to comment.