Skip to content

Commit

Permalink
fix(black): lighten foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
ddiu8081 committed Nov 14, 2022
1 parent e2cdcef commit cbc03e3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions themes/moegi-black-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

// Base Colors
"focusBorder": "#ffffff1f",
"foreground": "#666666",
"disabledForeground": "#272727",
"foreground": "#7f7f7f",
"disabledForeground": "#292929",
"widget.shadow": "#00000033",
"selection.background": "#272727",
"selection.background": "#292929",
"sash.hoverBorder": "#ff8787cf",

// Text colors
"textCodeBlock.background": "#272727",
"textCodeBlock.background": "#292929",
"textLink.activeForeground": "#ff8787",
"textLink.foreground": "#ff8787cc",

// Action colors
"toolbar.hoverBackground": "#272727",
"toolbar.hoverBackground": "#292929",

// Button control
"button.background": "#ff87877f",
Expand All @@ -31,7 +31,7 @@
// Input control
"input.background": "#ffffff07",
"input.border": "#ffffff07",
"inputOption.activeBackground": "#272727",
"inputOption.activeBackground": "#292929",
"inputOption.activeForeground": "#ffffff",

// Scrollbar control
Expand Down Expand Up @@ -143,17 +143,17 @@
// Editor widget colors
"editorWidget.background": "#191919",
"editorSuggestWidget.background": "#0a0a0a",
"editorSuggestWidget.selectedBackground": "#272727",
"editorStickyScrollHover.background": "#272727",
"editorSuggestWidget.selectedBackground": "#292929",
"editorStickyScrollHover.background": "#292929",

// Peek view colors
"peekView.border": "#444444",
"peekViewEditor.background": "#272727",
"peekViewEditor.background": "#292929",
"peekViewEditor.matchHighlightBackground": "#66b3953f",
"peekViewEditor.matchHighlightBorder": "#66b395",
"peekViewResult.matchHighlightBackground": "#66b3953f",
"peekViewResult.selectionBackground": "#66b3953f",
"peekViewTitle.background": "#272727",
"peekViewTitle.background": "#292929",

// Merge conflicts colors
"merge.currentHeaderBackground": "#66b3957f",
Expand Down Expand Up @@ -197,7 +197,7 @@

// Banner colors
"banner.foreground": "#dddddd",
"banner.background": "#272727",
"banner.background": "#292929",

// Quick picker colors
"pickerGroup.foreground":"#66b395",
Expand All @@ -221,7 +221,7 @@
"terminal.ansiRed": "#e47474",
"terminal.ansiWhite": "#eeeeee",
"terminal.ansiYellow": "#e2c97e",
"terminal.selectionBackground": "#272727",
"terminal.selectionBackground": "#292929",
"terminal.tab.activeBorder": "#66b395",

// Breadcrumbs colors
Expand Down

0 comments on commit cbc03e3

Please sign in to comment.