Skip to content

Commit

Permalink
Themes for 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Nov 19, 2019
1 parent 3b7c2d0 commit 88a6f5e
Show file tree
Hide file tree
Showing 216 changed files with 5,599 additions and 9,487 deletions.
70 changes: 26 additions & 44 deletions themes/base16-3024-dark.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Base16 3024 Dark",
"type": "dark",
"colors": {
Expand Down Expand Up @@ -191,8 +192,8 @@
"statusBarItem.activeBackground": "#5c5855",
"statusBarItem.hoverBackground": "#4a4543",
"statusBarItem.prominentForeground": "#f7f7f7",
"statusBarItem.prominentBackground": "#f0f",
"statusBarItem.prominentHoverBackground": "#f00",
"statusBarItem.prominentBackground": "#a16a94",
"statusBarItem.prominentHoverBackground": "#db2d20",
"statusBarItem.remoteBackground": "#01a252",
"statusBarItem.remoteForeground": "#f7f7f7",
"titleBar.activeBackground": "#090300",
Expand Down Expand Up @@ -235,21 +236,21 @@
"quickInput.foreground": "#a5a2a2",
"terminal.background": "#090300",
"terminal.foreground": "#a5a2a2",
"terminal.ansiBlack": "#4a4543",
"terminal.ansiBrightBlack": "#5c5855",
"terminal.ansiBlack": "#090300",
"terminal.ansiRed": "#db2d20",
"terminal.ansiBrightRed": "#db2d20",
"terminal.ansiYellow": "#e8bbd0",
"terminal.ansiBrightYellow": "#fded02",
"terminal.ansiGreen": "#01a252",
"terminal.ansiBrightGreen": "#01a252",
"terminal.ansiCyan": "#b5e4f4",
"terminal.ansiBrightCyan": "#b5e4f4",
"terminal.ansiYellow": "#fded02",
"terminal.ansiBlue": "#01a0e4",
"terminal.ansiBrightBlue": "#01a0e4",
"terminal.ansiMagenta": "#a16a94",
"terminal.ansiCyan": "#b5e4f4",
"terminal.ansiWhite": "#a5a2a2",
"terminal.ansiBrightBlack": "#5c5855",
"terminal.ansiBrightRed": "#db2d20",
"terminal.ansiBrightGreen": "#01a252",
"terminal.ansiBrightYellow": "#fded02",
"terminal.ansiBrightBlue": "#01a0e4",
"terminal.ansiBrightMagenta": "#a16a94",
"terminal.ansiWhite": "#d6d5d4",
"terminal.ansiBrightCyan": "#b5e4f4",
"terminal.ansiBrightWhite": "#f7f7f7",
"terminalCursor.foreground": "#a5a2a2",
"debugToolBar.background": "#3a3432",
Expand All @@ -265,6 +266,7 @@
"gitDecoration.submoduleResourceForeground": "#cdab53",
"settings.headerForeground": "#a5a2a2",
"settings.modifiedItemIndicator": "#01a0e4",
"settings.modifiedItemForeground": "#01a0e4",
"settings.dropdownBackground": "#3a3432",
"settings.dropdownForeground": "#a5a2a2",
"settings.checkboxBackground": "#3a3432",
Expand All @@ -273,7 +275,6 @@
"settings.textInputForeground": "#a5a2a2",
"settings.numberInputBackground": "#3a3432",
"settings.numberInputForeground": "#a5a2a2",
"settings.modifiedItemForeground": "#01a252",
"breadcrumb.foreground": "#a5a2a2",
"breadcrumb.background": "#3a3432",
"breadcrumb.focusForeground": "#d6d5d4",
Expand Down Expand Up @@ -307,7 +308,7 @@
"symbolIcon.packageForeground": "#f0f",
"symbolIcon.propertyForeground": "#a5a2a2",
"symbolIcon.referenceForeground": "#f0f",
"symbolIcon.snippetForeground": "#f0f",
"symbolIcon.snippetForeground": "#a5a2a2",
"symbolIcon.stringForeground": "#01a252",
"symbolIcon.structForeground": "#fded02",
"symbolIcon.textForeground": "#a5a2a2",
Expand All @@ -316,12 +317,6 @@
"symbolIcon.variableForeground": "#db2d20"
},
"tokenColors": [
{
"settings": {
"foreground": "#eeffffff",
"background": "#263238ff"
}
},
{
"name": "Comment",
"scope": [
Expand Down Expand Up @@ -361,7 +356,7 @@
"constant.other.color"
],
"settings": {
"foreground": "#0f0"
"foreground": "#01a252"
}
},
{
Expand Down Expand Up @@ -544,7 +539,7 @@
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"fontStyle": "normal",
"fontStyle": "",
"foreground": "#01a252"
}
},
Expand All @@ -554,7 +549,7 @@
"entity.name",
"support.type",
"support.class",
"support.orther.namespace.use.php",
"support.other.namespace.use.php",
"meta.use.php",
"support.other.namespace.php",
"markup.changed.git_gutter",
Expand Down Expand Up @@ -635,7 +630,7 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#82AAFF"
"foreground": "#01a0e4"
}
},
{
Expand Down Expand Up @@ -760,7 +755,7 @@
],
"settings": {
"fontStyle": "italic",
"foreground": "#FF5370"
"foreground": "#a16a94"
}
},
{
Expand Down Expand Up @@ -878,7 +873,7 @@
"text.html.markdown meta.dummy.line-break"
],
"settings": {
"foreground": ""
"foreground": "#5c5855"
}
},
{
Expand Down Expand Up @@ -938,23 +933,12 @@
"foreground": "#e8bbd0"
}
},
{
"name": "Markup - Strike",
"scope": [
"markup.strike"
],
"settings": {
"fontStyle": "strike",
"foreground": ""
}
},
{
"name": "Markdown - Blockquote",
"scope": [
"markup.quote punctuation.definition.blockquote.markdown"
],
"settings": {
"background": "#b5e4f4",
"foreground": "#b5e4f4"
}
},
Expand All @@ -964,8 +948,7 @@
"markup.quote"
],
"settings": {
"fontStyle": "italic",
"foreground": ""
"fontStyle": "italic"
}
},
{
Expand Down Expand Up @@ -1023,13 +1006,13 @@
}
},
{
"name": "Markdown - Fenced Bode Block Variable",
"name": "Markdown - Fenced Code Block Variable",
"scope": [
"markup.raw.block.fenced.markdown",
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#f0f"
"foreground": "#a16a94"
}
},
{
Expand All @@ -1038,7 +1021,7 @@
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#f00"
"foreground": "#db2d20"
}
},
{
Expand All @@ -1048,7 +1031,6 @@
],
"settings": {
"fontStyle": "bold",
"background": "#00000050",
"foreground": "#b5e4f4"
}
},
Expand All @@ -1058,7 +1040,7 @@
"markup.table"
],
"settings": {
"foreground": "#f0f"
"foreground": "#a16a94"
}
},
{
Expand Down
Loading

0 comments on commit 88a6f5e

Please sign in to comment.