Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
torvaldssg committed Sep 30, 2018
1 parent 3779760 commit 027edc4
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 94 deletions.
83 changes: 53 additions & 30 deletions themes/better.itg.flat.dark.blue.json
@@ -1,49 +1,72 @@
{
"name": "Better itg flat dark blue",
"type": "dark",
"author": "@surmon",
"colorSpaceName": "sRGB",
"semanticClass": "theme.dark.itg.dark.blue",
"author": "@surmon",
"colorSpaceName": "sRGB",
"semanticClass": "theme.dark.itg.dark.blue",
"colors": {
"activityBar.background": "#333842",
"activityBar.foreground": "#D7DAE0",
"activityBarBadge.background": "#528BFF",
"activityBarBadge.foreground": "#D7DAE0",
"button.background": "#4D78CC",
"activityBarBadge.background": "#21252b",
"activityBarBadge.foreground": "#D7DAE0",

"button.background": "#21252b",
"button.foreground": "#FFFFFF",
"button.hoverBackground": "#6087CF",
"diffEditor.insertedTextBackground": "#00809B33",
"button.hoverBackground": "#6087CF",

"diffEditor.insertedTextBackground": "#ffffff",
"dropdown.background": "#353b45",
"dropdown.border": "#181A1F",
"dropdown.border": "#181A1F",

"editor.background": "#282C34",
"editor.foreground": "#FFFFFF",
"editor.lineHighlightBackground": "#2C313A",
"editor.selectionBackground": "#3E4451",
"editorCursor.foreground": "#528BFF",
"editorGroup.background": "#21252B",
"editorGroup.border": "#181A1F",
"editorGroupHeader.tabsBackground": "#21252B",
"editorIndentGuide.background": "#3C4049",
"editorLineNumber.foreground": "#636D83",
"editorWhitespace.foreground": "#3C4049",
"editorHoverWidget.background": "#21252B",
"editorHoverWidget.border": "#181A1F",
"editorSuggestWidget.background": "#21252B",
"editorSuggestWidget.border": "#181A1F",
"editorSuggestWidget.selectedBackground": "#2C313A",
"editorWidget.background": "#21252B",
"editor.foreground": "#eeeeee",
"editorError.foreground": "#c24038",
"editorGroup.border": "#eeeeee",
"editorSuggestWidget.border": "#eeeeee",
"editorHoverWidget.border": "#eeeeee",
"editor.lineHighlightBackground": "#3E44518c",
"editor.selectionBackground": "#67769660",
"editorIndentGuide.activeBackground": "#C8C8C859",
"editorMarkerNavigation.background": "#21252b",
"editorRuler.foreground": "#abb2bf26",
"editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightBorder": "#ddd",
"editorCursor.background": "#ffffffc9",
"editorCursor.foreground": "#528bff",
"editorBracketMatch.border": "#515a6b",
"editorBracketMatch.background": "#515a6b",
"editor.findMatchBackground": "#42557B",
"editor.findMatchBorder": "#457dff",
"editor.findMatchHighlightBackground": "#314365",
"editor.wordHighlightBackground": "#484e5b",
"editor.wordHighlightBorder": "#7f848e",
"editor.wordHighlightStrongBackground": "#abb2bf26",
"editor.wordHighlightStrongBorder": "#7f848e",
"editorGroup.background": "#181A1F",
"editorGroupHeader.tabsBackground": "#21252B",
"editorIndentGuide.background": "#3B4048",
"editorLineNumber.foreground": "#495162",
"editorActiveLineNumber.foreground": "#737984",
"editorWhitespace.foreground": "#3B4048",
"editorHoverWidget.background": "#21252B",
"editorSuggestWidget.background": "#21252B",
"editorSuggestWidget.selectedBackground": "#2c313a",
"editorWidget.background": "#21252B",

"input.background": "#1B1D23",
"input.border": "#181A1F",
"focusBorder": "#528BFF",
"focusBorder": "#21252b",

"list.activeSelectionBackground": "#2C313A",
"list.activeSelectionForeground": "#D7DAE0",
"list.focusBackground": "#2C313A",
"list.hoverBackground": "#2C313A66",
"list.highlightForeground": "#D7DAE0",
"list.inactiveSelectionBackground": "#2C313A",
"list.inactiveSelectionForeground": "#D7DAE0",
"list.inactiveSelectionForeground": "#D7DAE0",

"notification.background": "#21252B",
"pickerGroup.border": "#528BFF",
"pickerGroup.border": "#21252b",
"scrollbarSlider.background": "#4E566680",
"scrollbarSlider.activeBackground": "#747D9180",
"scrollbarSlider.hoverBackground": "#5A637580",
Expand All @@ -63,9 +86,9 @@
"statusBar.debuggingForeground": "#FFFFFF",
"extensionButton.prominentBackground": "#2BA143",
"extensionButton.prominentHoverBackground": "#37AF4E",
"badge.background": "#528BFF",
"badge.background": "#21252b",
"badge.foreground": "#D7DAE0",
"peekView.border": "#528BFF",
"peekView.border": "#21252b",
"peekViewResult.background": "#21252B",
"peekViewResult.selectionBackground": "#2C313A",
"peekViewTitle.background": "#1B1D23",
Expand Down
171 changes: 107 additions & 64 deletions themes/better.itg.flat.dark.gold.json
Expand Up @@ -5,43 +5,72 @@
"colorSpaceName": "sRGB",
"semanticClass": "theme.dark.itg.dark.gold",
"colors": {
"sideBar.background": "#2f2f2f",
"sideBar.foreground": "#ffffff",
"sideBarSectionHeader.background": "#222222",
"sideBarTitle.foreground": "#ffffff",

"___comment_1": "最左侧的工具栏",
"activityBar.background": "#222222",
"activityBar.foreground": "#ffffff",
"activityBarBadge.background": "#e2b003",
"activityBar.foreground": "#eeeeee",
"activityBarBadge.background": "#F6AA11",
"activityBarBadge.foreground": "#222222",

"___comment_2": "设置按钮",
"button.background": "#F6AA11",
"button.foreground": "#000000",
"button.hoverBackground": "#FF9800",

"___comment_3": "未知元素",
"diffEditor.insertedTextBackground": "#ff0000",

"___comment_4": "编辑器本身",
"editor.background": "#2a2a2a",
"editor.foreground": "#fefefe",
"editor.findMatchBackground": "#ffff00",
"editor.findMatchHighlightBackground": "#ffff00",
"editor.lineHighlightBackground": "#222222",
"editor.selectionBackground": "#41454e",
"editor.selectionHighlightBackground": "#000000",
"editor.rangeHighlightBackground": "#41454e",
"editorBracketMatch.background": "#41454e",
"editorCursor.foreground": "#333333",
"editorGutter.background": "#2a2a2a",
"editorLineNumber.foreground": "#777777",
"editor.foreground": "#eeeeee",
"editorError.foreground": "#ff0000",
"editor.rangeHighlightBackground": "#F6AA11",
"editor.lineHighlightBackground": "#46464652",
"editor.selectionBackground": "#4c4343",
"editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightForeground": "#000000",
"editor.selectionHighlightBorder": "#999999",
"editor.findMatchBackground": "#42557B",
"editor.findMatchBorder": "#F6AA11",
"editor.findMatchHighlightBackground": "#314365",
"editor.wordHighlightBackground": "#464646ba",
"editor.wordHighlightBorder": "#F6AA11",
"editor.wordHighlightStrongBackground": "#ffffff10",
"editor.wordHighlightStrongBorder": "#F6AA11",

"statusBar.background": "#444444",
"statusBar.noFolderBackground": "#444444",
"statusBar.debuggingBackground": "#444444",
"___comment_5": "编辑器细节",
"editorCursor.background": "#ffffffc9",
"editorCursor.foreground": "#ffffff",

"tab.activeBackground": "#2a2a2a",
"tab.activeForeground": "#e2b003",
"tab.inactiveBackground": "#222222",
"tab.inactiveForeground": "#777777",
"editorBracketMatch.border": "#F6AA11",
"editorBracketMatch.background": "#41454e",

"button.background": "#705697",
"dropdown.background": "#F5F5F5",
"editorGroup.background": "#2f2f2f",
"editorGroup.border": "#181A1F",
"editorGroup.dropBackground": "#C9D0D988",
"editorWhitespace.foreground": "#AAAAAA",
"focusBorder": "#A6B39B",
"editorGroupHeader.tabsBackground": "#2f2f2f",

"editorLineNumber.foreground": "#777777",
"editorActiveLineNumber.foreground": "#eeeeee",

"editorIndentGuide.background": "#3a3a3a",
"editorWhitespace.foreground": "#3a3a3a",

"editorHoverWidget.background": "#2f2f2f",
"editorHoverWidget.border": "#F6AA11",
"editorSuggestWidget.border": "#F6AA11",
"editorSuggestWidget.background": "#2f2f2f",
"editorSuggestWidget.selectedBackground": "#222222",
"editorWidget.background": "#2f2f2f",
"editorGutter.background": "#2a2a2a",

"editorIndentGuide.activeBackground": "#C8C8C859",
"editorMarkerNavigation.background": "#21252b",
"editorRuler.foreground": "#abb2bf26",

"___comment_6": "设置项输入元素",
"focusBorder": "#F6AA11",
"input.border": "#181A1F",
"input.background": "#1B1D23",
"inputOption.activeBorder": "#adafb7",
"inputValidation.infoBorder": "#4ec1e5",
"inputValidation.infoBackground": "#f2fcff",
Expand All @@ -50,52 +79,66 @@
"inputValidation.errorBackground": "#ffeaea",
"inputValidation.errorBorder": "#f1897f",

"list.activeSelectionForeground": "#6c6c6c",
"list.focusBackground": "#CADEB9",
"list.activeSelectionBackground": "#222222",
"list.inactiveSelectionBackground": "#222222",
"list.highlightForeground": "#9769dc",
"___comment_7": "次左侧侧边栏",
"sideBar.background": "#2f2f2f",
"sideBar.foreground": "#eeeeee",
"sideBarSectionHeader.background": "#222222",
"sideBarTitle.foreground": "#eeeeee",

"scrollbarSlider.background": "#4E566680",
"scrollbarSlider.activeBackground": "#747D9180",
"scrollbarSlider.hoverBackground": "#5A637580",

"notification.background": "#442e66",
"panel.background": "#F5F5F5",
"___comment_8": "最底部状态栏",
"statusBar.background": "#2f2f2f",
"statusBar.foreground": "#afafaf",
"statusBar.noFolderBackground": "#2f2f2f",
"statusBar.debuggingBackground": "#2f2f2f",
"statusBarItem.hoverBackground": "#222222",

"___comment_9": "最顶部切换标签",
"tab.activeBackground": "#2a2a2a",
"tab.activeForeground": "#F6AA11",
"tab.inactiveBackground": "#222222",
"tab.inactiveForeground": "#777777",

"titleBar.activeBackground": "#2f2f2f",
"titleBar.activeForeground": "#9DA5B4",
"titleBar.inactiveBackground": "#2f2f2f",
"titleBar.inactiveForeground": "#9DA5B4",

"___comment_10": "列表相关",
"dropdown.background": "#2f2f2f",
"dropdown.border": "#F6AA11",

"list.focusBackground": "#F6AA11",
"list.focusForeground": "#000000",
"list.hoverBackground": "#222222",
"list.highlightForeground": "#F6AA11",
"list.activeSelectionBackground": "#222222",
"list.activeSelectionForeground": "#6c6c6c",
"list.inactiveSelectionBackground": "#222222",
"list.inactiveSelectionForeground": "#F6AA11",

"peekViewEditor.matchHighlightBackground": "#C2DFE3",
"peekViewTitle.background": "#F2F8FC",
"peekViewEditor.background": "#F2F8FC",
"peekViewResult.background": "#F2F8FC",
"peekViewTitle.background": "#000000",
"peekViewEditor.background": "#000000",
"peekViewResult.background": "#000000",
"peekView.border": "#705697",
"peekViewResult.matchHighlightBackground": "#93C6D6",
"pickerGroup.foreground": "#A6B39B",
"pickerGroup.border": "#749351"
"pickerGroup.foreground": "#ff0000",
"pickerGroup.border": "#F6AA11",

"___comment_11": "杂项",
"notification.background": "#442e66",
"panel.background": "#222222"
},
"tokenColors": [
{
"settings": {
"activeGuide": "#9D550FB0",
"background": "#2a2a2a",
"bracketContentsForeground": "#F8F8F2A5",
"bracketContentsOptions": "underline",
"bracketsForeground": "#F8F8F2A5",
"bracketsOptions": "underline",
"caret": "#F8F8F0",
"findHighlight": "#FFE792",
"findHighlightForeground": "#000000",
"foreground": "#d6d7d9",
"inactiveSelection": "#bbbbbb",
"inactiveSelectionForeground": "#222222",
"invisibles": "#3B3A32",
"lineHighlight": "#2d3038",
"selection": "#41454e",
"selectionBorder": "#1C1C1C00",
"selectionForeground": "#d6d7d9",
"tagsOptions": "stippled_underline"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#5e6a75"
"foreground": "#656769"
}
},
{
Expand Down

0 comments on commit 027edc4

Please sign in to comment.