Skip to content

Commit

Permalink
Further refinements to syntax theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslobo committed Jul 7, 2016
1 parent cb26813 commit adf5ce3
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions one_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@
}

.ace-one-dark .ace_invisible {
color: #52524d
color: #3B4048
}

.ace-one-dark .ace_entity.ace_name.ace_tag,
/*.ace-one-dark .ace_keyword,*/
.ace-one-dark .ace_meta.ace_tag,
.ace-one-dark .ace_constant,
.ace-one-dark .ace_storage {
Expand All @@ -68,13 +67,17 @@
color: #ABB2BF
}

.ace-one-dark .ace_constant.ace_support.ace_fonts,
.ace-one-dark .ace_constant.ace_character,
.ace-one-dark .ace_constant.ace_support,
.ace-one-dark .ace_constant.ace_language,
.ace-one-dark .ace_constant.ace_numeric,
.ace-one-dark .ace_constant.ace_other {
color: #D19A66
}



.ace-one-dark .ace_invalid {
color: #F8F8F0;
background-color: #F92672
Expand All @@ -85,13 +88,14 @@
background-color: #AE81FF
}

.ace-one-dark .ace_support.ace_constant,
.ace-one-dark .ace_support.ace_type{
color: #ABB2BF
}

.ace-one-dark .ace_constant.ace_language.ace_escape,
.ace-one-dark .ace_keyword.ace_operator,
.ace-one-dark .ace_support.ace_function {
color: #66D9EF
color: #56B6C2
}

.ace-one-dark .ace_fold {
Expand All @@ -115,6 +119,9 @@
color: #D19A66
}

.ace-one-dark .ace_string,
.ace-one-dark .ace_list.ace_markup,
.ace-one-dark .ace_constant.ace_language.ace_escape .ace_string,
.ace-one-dark .ace_string.ace_attribute-value {
color: #98C379
}
Expand All @@ -127,12 +134,9 @@
color: #ABB2BF;
}

.ace-one-dark .ace_variable.ace_parameter {
font-style: italic;
color: #FD971F
}

.ace-one-dark .ace_string {
/*.ace-one-dark .ace_string, */
.ace-one-dark .ace_identifier,
.ace-one-dark .ace_variable.ace_parameter{
color: #ABB2BF
}

Expand Down

0 comments on commit adf5ce3

Please sign in to comment.