Skip to content

Commit

Permalink
Add textCodeBlock.background with value nord3
Browse files Browse the repository at this point in the history
Features like "Quick Doc" using this theme key to style the background
color of code blocks in the documentation text. by default this uses a
very dark color. This commit changes the color to use `nord3` instead.

GH-155
  • Loading branch information
arcticicestudio committed Oct 3, 2019
1 parent 613c86d commit 4294dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/nord-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
"terminal.ansiBrightMagenta": "#b48ead",
"terminal.ansiBrightCyan": "#8fbcbb",
"terminal.ansiBrightWhite": "#eceff4",
"textCodeBlock.background": "#4c566a",
"titleBar.activeBackground": "#2e3440",
"titleBar.activeForeground": "#d8dee9",
"titleBar.border": "#2e344000",
Expand Down

0 comments on commit 4294dc6

Please sign in to comment.