Skip to content

Commit fafe0dd

Browse files
committed
Darker and nicer colors for grammars
1 parent 4196adf commit fafe0dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

assets/sass/_highlights.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ atom-text-editor.is-focused .line.cursor-line {
7777
.entity.name.type.trait {
7878
color: #555CEE;
7979
}
80+
.entity.name.type.class {
81+
color: #363F84;
82+
}
8083
.variable.other {
8184
color: #CC0050;
8285
}
@@ -111,6 +114,9 @@ atom-text-editor.is-focused .line.cursor-line {
111114
.entity.name.function {
112115
color: #900;
113116
}
117+
.entity.name.function.regexp {
118+
color: #7415E9;
119+
}
114120
.entity.name.tag {
115121
color: #008080;
116122
}

template/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<meta name=viewport content="width=device-width, initial-scale=1">
22
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
3-
<link rel="stylesheet" type="text/css" href="/css/style.css?v=3" media="screen" title="default" />
3+
<link rel="stylesheet" type="text/css" href="/css/style.css?v=4" media="screen" title="default" />
44
<noscript> <style> #search { visibility: hidden; } </style> </noscript>

0 commit comments

Comments
 (0)