Skip to content

Commit

Permalink
✨ Adding two more colorschemes on extras/vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 31, 2024
1 parent 3d6b6b2 commit 5562363
Show file tree
Hide file tree
Showing 3 changed files with 1,444 additions and 3 deletions.
15 changes: 12 additions & 3 deletions extras/vscode/themes/nekonight-color-theme.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"author": "Bruno Ciccarino",
"name": "nekonight",
"colors": {
"editor.background": "#2a2139",
Expand Down Expand Up @@ -74,16 +75,24 @@
"sideBarSectionHeader.foreground": "#b1e2ff",
"sideBarSectionHeader.border": "#00000054",
"sideBarTitle.foreground": "#c7edff",
"list.activeSelectionBackground": "#603664",
"list.inactiveSelectionBackground": "#603664",
"list.focusBackground": "#603664",
"list.dropBackground": "#2a2139",
"list.highlightForeground": "#ad00fb",
"sideBar.border": "#000000",
"titleBar.activeBackground": "#1b1524",
"titleBar.inactiveBackground": "#1b1524",
"tab.activeBackground": "#2a2139",
"tab.inactiveBackground": "#1b1524",
"tab.border": "#2a2139",
"editor.snippetTabstopHighlightBackground": "#6943ff62",
"editor.snippetTabstopHighlightBorder": "#6943ff62",
"editor.snippetFinalTabstopHighlightBackground": "#6943ff62",
"editor.snippetFinalTabstopHighlightBorder": "#6943ff62",
"editorGroupHeader.border": "#1d1d21",
"editorGroupHeader.tabsBackground": "#2a2139",
"editorGroupHeader.tabsBorder": "#ff787800",

"editorGroupHeader.tabsBorder": "#ff787800"
},
"tokenColors": [
{
Expand All @@ -104,7 +113,7 @@
"string constant.other.placeholder"
],
"settings": {
"foreground": "#eeffff"
"foreground": "#9EFFFF"
}
},
{
Expand Down
Loading

0 comments on commit 5562363

Please sign in to comment.