Skip to content

Commit

Permalink
tweak palette
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 10, 2018
1 parent fcf58eb commit d348c5b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
6 changes: 3 additions & 3 deletions palettes/sepia/palette.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
var palette = {
default: '#836e69',
grey: '#999d',
grey: '#999c',
red: '#f00',
maroon: '#c10c',
green: '#094e',
blue: '#08ad',
blue: '#08bd',
yellow: '#b82',
purple: '#940094ab',
cyan: '#099e',
orange: '#f77b00e6',
olive: '#890',
pink: '#fad',
pink: '#f08c',
teal: '#088',
tan: '#97733dd0',
magenta: '#b36d',
Expand Down
18 changes: 11 additions & 7 deletions palettes/sepia/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.default {
color: #0008;
color: #222b;
Expand All @@ -9,9 +8,11 @@
color: #3239;
color: #2118;
color: #8d796b;

}

.grey {
color: #999c;
color: #999d;
}

Expand All @@ -24,12 +25,14 @@
}

.green {
color: #094e;
color: #094e;

}

.blue {
color: #08ad;
color: #07ac;
color: #08ad;
color: #08bd;
}

.yellow {
Expand All @@ -55,19 +58,20 @@
}

.orange {
color: #f77b00e6;
color: #f67a00;
color: #f77b00e6;
color: #f67a00;
color: #f77b00;

}

.olive {
color: #890;
color: #890;
}

.pink {
color: #fd45ad;
color: #f7c;
color: #f977c0;
color: #f08c;
}

.teal {
Expand Down
1 change: 0 additions & 1 deletion scripts/tweak.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if (!userSettings)
throw "Failed to locate settings.json of VSCode, please check scripts/path-to-user-settings.js to find why";

const palette = require(`../palettes/${themeName}/palette.js`);
console.log(palette);

const rules = require('./buildRules.js')(themeName);
if (!rules)
Expand Down

0 comments on commit d348c5b

Please sign in to comment.