Skip to content

Commit

Permalink
updated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayoobf committed Aug 16, 2024
1 parent f1d4994 commit 2170f08
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions themes/desert.vim-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
"editor.selectionBackground": "#4d4d4d",
"editor.lineHighlightBackground": "#4d4d4d",
"editorWarning.foreground": "#f0e68c",
"editorLineNumber.foreground": "#ffff50",
"editorLineNumber.foreground": "#4d4d4d",
"editorLineNumber.activeForeground": "#ffff50",
"editorBracketHighlight.foreground1": "#ffffff",
"editorBracketHighlight.foreground2": "#ffffff",
"editorBracketHighlight.foreground3": "#ffffff",
"editorBracketHighlight.foreground4": "#ffffff",
"editorBracketHighlight.foreground5": "#ffffff",
"editorBracketHighlight.foreground6": "#ffffff",
"editorGroupHeader.tabsBackground":"#4d4d4d",
"statusBar.background": "#c2bfa5",
"statusBar.foreground": "#000000",
Expand Down Expand Up @@ -48,7 +53,7 @@
"terminal.foreground": "#ffffff",
"terminal.ansiBlack": "#000000",
"terminal.ansiRed": "#cd5c5c",
"terminal.ansiGreen": "#9acd32",
"terminal.ansiGreen": "#87af5a",
"terminal.ansiYellow": "#f0e68c",
"terminal.ansiBlue": "#87ceeb",
"terminal.ansiMagenta": "#cd5c5c",
Expand Down Expand Up @@ -89,6 +94,7 @@
"foreground": "#ffffff"
}
},


{
"name": "Statement",
Expand All @@ -108,7 +114,7 @@
"name": "Type",
"scope": ["storage.type", "support.type"],
"settings": {
"foreground": "#98fb98"
"foreground": "#87af5a"
}
},
{
Expand Down Expand Up @@ -141,7 +147,7 @@
},
{
"name": "Strings",
"scope": ["string"],
"scope": ["string.quoted"],
"settings": {
"foreground": "#ffa0a0"
}
Expand All @@ -152,6 +158,12 @@
"settings": {
"foreground": "#ffa0a0"
}
},{
"name": "Import",
"scope": ["string.quoted.other"],
"settings": {
"foreground": "#ffffff",
}
},
]
}

0 comments on commit 2170f08

Please sign in to comment.