Skip to content

Commit

Permalink
improve cuttlefish terminal colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 21, 2018
1 parent 99863aa commit 050a204
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions palettes/cuttlefish/cuttlefish.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
salmon和orange在night light下过于接近, 考虑去掉salmon
出现lint error时的红色波浪线颜色太深
inactive tab的颜色需要比active要黑才行
activity bar太黄
*/

// ★ this file will be read both by node and by browser ★
Expand Down
36 changes: 18 additions & 18 deletions themes/sepia-from-cuttlefish.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,22 +153,23 @@
"tab.inactiveBackground": "#21474a",
"tab.inactiveForeground": "#ddccaa66",
"tab.inactiveModifiedBorder": "#00aaaa",
"terminal.ansiBlack": "#073642",
"terminal.ansiBlue": "#268bd2",
"terminal.ansiBrightBlack": "#586e75",
"terminal.ansiBrightBlue": "#839496",
"terminal.ansiBrightCyan": "#93a1a1",
"terminal.ansiBrightGreen": "#586e75",
"terminal.ansiBrightMagenta": "#6c71c4",
"terminal.ansiBrightRed": "#cb4b16",
"terminal.ansiBrightWhite": "#fdf6e3",
"terminal.ansiBrightYellow": "#657b83",
"terminal.ansiCyan": "#2aa198",
"terminal.ansiGreen": "#859900",
"terminal.ansiMagenta": "#d33682",
"terminal.ansiRed": "#dc322f",
"terminal.ansiWhite": "#eee8d5",
"terminal.ansiYellow": "#b58900",
"terminal.ansiBlack": "#bbbbbb",
"terminal.ansiBlue": "#77ddff",
"terminal.ansiBrightBlack": "#eeeeee",
"terminal.ansiBrightBlue": "#22bbff",
"terminal.ansiBrightCyan": "#88ffee",
"terminal.ansiBrightGreen": "#99ff00",
"terminal.ansiBrightMagenta": "#ff99cc",
"terminal.ansiBrightRed": "#ff4444",
"terminal.ansiBrightWhite": "#eeeeee",
"terminal.ansiBrightYellow": "#ffff00",
"terminal.ansiCyan": "#55ddaa",
"terminal.ansiGreen": "#337700",
"terminal.ansiMagenta": "#ff5588",
"terminal.ansiRed": "#eeaa33",
"terminal.ansiWhite": "#bbbbbb",
"terminal.ansiYellow": "#dddd22",
"terminal.foreground": "#bbbbbb",
"textLink.activeForeground": "#02eeee",
"textLink.foreground": "#00b8b8",
"titleBar.activeBackground": "#004046",
Expand Down Expand Up @@ -253,7 +254,6 @@
//"tab.unfocusedInactiveModifiedBorder": "#00aaaa80",
//"terminal.background": "#132b2b",
//"terminal.border": "#88bbbb44",
//"terminal.foreground": "#cccccc",
//"terminal.selectionBackground": "#ffffff40",
//"textBlockQuote.background": "#7f7f7f1a",
//"textBlockQuote.border": "#007acc80",
Expand Down Expand Up @@ -524,7 +524,7 @@
"punctuation.definition.variable.makefile"
],
"settings": {
"foreground": "#f58c"
"foreground": "#da7"
}
},
{
Expand Down

0 comments on commit 050a204

Please sign in to comment.