Skip to content

Commit

Permalink
build new sepia
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 10, 2018
1 parent 3a07819 commit b14c37e
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
## This theme is very new, still being worked on.

Expectant updates:
- Before 2018-12-07: better syntax highlighting colors (light theme)
- Before 2018-12-10: better terminal colors (light theme)
- Before 2018-12-15: Same things for the dark theme
- Before 2018-12-13: better terminal colors (light theme)
- Before 2018-12-16: better syntax highlighting colors (dark theme)
1 change: 1 addition & 0 deletions palettes/sepia/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@

body {
padding-top: 30px;
background-color: #fceecc;
background-color: #fec;
font-family: Consolas, monospace;
font-size: 21px;
Expand Down
3 changes: 1 addition & 2 deletions syntax-highlighting-rules/sepia/edge-cases.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[{
"name": "edge cases",
"name": "edge cases", // edge cases taken from dracula official, will graduately mark them with color and take away from edge cases
"scope": [
"constant.other.symbol.hashkey.ruby",
"keyword.operator.dereference.java",
"keyword.operator.navigation.groovy",
"meta.scope.for-loop.shell punctuation.definition.string.begin",
"meta.scope.for-loop.shell punctuation.definition.string.end",
"meta.scope.for-loop.shell string",
"storage.modifier.import",
"punctuation.section.embedded.begin.tsx",
"punctuation.section.embedded.end.tsx",
"punctuation.section.embedded.begin.jsx",
Expand Down
9 changes: 9 additions & 0 deletions syntax-highlighting-rules/sepia/javascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@
"settings": {
"foreground": "module"
}
},
{
"name": "JS: property of built-in variable",
"scope": [
"support.variable.property"
],
"settings": {
"foreground": "property"
}
}
]
Loading

0 comments on commit b14c37e

Please sign in to comment.