You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.3 KiB
80 lines
1.3 KiB
/* |
|
* based on Monokai, modified to fit reasonable colors |
|
*/ |
|
@import 'reasonable-colors'; |
|
|
|
|
|
.z-comment { |
|
color: $color-gray-3; |
|
} |
|
.z-string { |
|
color: $color-amber-2; |
|
} |
|
.z-constant.z-numeric { |
|
color: $color-purple-3; |
|
} |
|
.z-constant.z-language { |
|
color: $color-purple-3; |
|
} |
|
.z-constant.z-character, .z-constant.z-other { |
|
color: $color-purple-3; |
|
} |
|
.z-keyword { |
|
color: $color-raspberry-3; |
|
} |
|
.z-storage { |
|
color: $color-raspberry-3; |
|
} |
|
.z-storage.z-type { |
|
color: $color-powder-2; |
|
font-style: italic; |
|
} |
|
.z-entity.z-name.z-class { |
|
color: $color-green-2; |
|
font-style: underline; |
|
} |
|
.z-entity.z-other.z-inherited-class { |
|
color: $color-green-2; |
|
font-style: underline; |
|
font-style: italic; |
|
} |
|
.z-entity.z-name.z-function { |
|
color: $color-green-2; |
|
} |
|
.z-variable.z-parameter { |
|
color: $color-cinnamon-2; |
|
font-style: italic; |
|
} |
|
.z-entity.z-name.z-tag { |
|
color: $color-raspberry-3; |
|
} |
|
.z-entity.z-other.z-attribute-name { |
|
color: $color-green-2; |
|
} |
|
.z-support.z-function { |
|
color: $color-powder-2; |
|
} |
|
.z-support.z-constant { |
|
color: $color-powder-2; |
|
} |
|
.z-support.z-type, .z-support.z-class { |
|
color: $color-powder-2; |
|
font-style: italic; |
|
} |
|
.z-invalid { |
|
color: $color-gray-1; |
|
background-color: $color-raspberry-3; |
|
} |
|
.z-invalid.z-deprecated { |
|
color: $color-gray-1; |
|
background-color: $color-purple-3; |
|
} |
|
.z-path { |
|
color: $color-indigo-3; |
|
} |
|
.z-generic { |
|
color: $color-green-3; |
|
} |
|
.z-return-type { |
|
color: $color-green-2; |
|
} |