Skip to content

Commit

Permalink
make default white color less white in cuttlefish
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Jul 2, 2019
1 parent 0d06c88 commit 1fa6c6d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions palettes/cuttlefish/cuttlefish.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Now it seems that comments may only be put on the same line as a color value if
.cuttlefish .neutral {
color: #aab;
color: #bbb;
color: #b0b0b0;
}

.cuttlefish .translucent {
Expand Down
18 changes: 9 additions & 9 deletions themes/sepia-from-cuttlefish.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"source"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand Down Expand Up @@ -606,7 +606,7 @@
"source.cpp punctuation"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand Down Expand Up @@ -706,7 +706,7 @@
"variable.interpolation.scss"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand All @@ -716,7 +716,7 @@
"support.constant.color.w3c-extended-color-name"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand All @@ -735,7 +735,7 @@
"punctuation.terminator"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand All @@ -753,7 +753,7 @@
"source.go punctuation"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand Down Expand Up @@ -840,7 +840,7 @@
"meta.tag.attributes.js keyword.operator.assignment.js"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand All @@ -867,7 +867,7 @@
"source.java punctuation"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand Down Expand Up @@ -1063,7 +1063,7 @@
"source.python punctuation"
],
"settings": {
"foreground": "#bbb"
"foreground": "#b0b0b0"
}
},
{
Expand Down

0 comments on commit 1fa6c6d

Please sign in to comment.