Skip to content

Added Night Coder theme with 4 variants, Paper theme and Ice theme #4219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ New Grammars:

- added 3rd party Aiken grammar to SUPPORTED_LANGUAGES [Josh Marchand][]

Themes:

- Added `Night Coder Ash` theme [Ashkan Shirpour][]
- Added `Night Coder Charcoal` theme [Ashkan Shirpour][]
- Added `Night Coder Ember` theme [Ashkan Shirpour][]
- Added `Night Coder Flame` theme [Ashkan Shirpour][]
- Added `Paper` theme [Ashkan Shirpour][]
- Added `Ice` theme [Ashkan Shirpour][]

CONTRIBUTORS
[Josh Marchand][https://github.com/yHSJ]

[Ashkan Shirpour]: https://github.com/a5hk

## Version 11.11.1

- Fixes regression with Rust grammar.
Expand Down
147 changes: 147 additions & 0 deletions src/styles/ice.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
/*
Theme: Ice
Author: Ashkan Shirpour
Repository: https://github.com/a5hk/ice
*/

.hljs-meta {
color: #a8a8ff;
}

.hljs-comment {
color: #456174;
}

.hljs-variable.constant_,
.hljs-variable.language_ {
color: #b3fbff;
}

.hljs-operator {
color: #d1aaf8;
}

.hljs-doctag {
color: #aab7c0;
}

.hljs-title.function_.invoke__ {
color: #86f9d2;
}

.hljs-title.function_ {
color: #7ece98;
}

.hljs-keyword,
.hljs-meta .hljs-keyword {
color: #d1aaf8;
}

.hljs-literal,
.hljs-number,
.hljs-symbol,
.hljs-regexp,
.hljs-char.escape_ {
color: #a8a8ff;
}

.hljs-built_in {
color: #77d8f8;
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__ {
color: #77d8f8;
}

.hljs-params {
color: #e5e9ec;
}

.hljs-property {
color: #2dd2ae;
}

.hljs-string,
.hljs-meta .hljs-string {
color: #20dfd6;
}

.hljs-type {
color: #4dc3fe;
}

.hljs-variable,
.hljs-template-variable {
color: #c0cad0;
}

.hljs-attr,
.hljs-tag .hljs-attr,
.hljs-attribute,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #86f9d2;
}

.hljs-tag,
.hljs-template-tag,
.hljs-tag .hljs-name,
.hljs-name {
color: #2dd2ae;
}

.hljs-section {
color: #86f9d2;
}

.hljs-strong {
font-weight: bold;
}

.hljs-emphasis,
.hljs-quote {
font-style: italic;
}

.hljs-punctuation {
color: #aab7c0;
}

.hljs-deletion {
color: #ff7575;
}

.hljs-addition {
color: #53ac53;
}

.hljs-subst {
color: #c0cad0;
}

.hljs-bullet {
color: #e5e9ec;
}

.hljs-link {
color: #d1aaf8;
}

.hljs-formula {
color: #a8a8ff;
}

.hljs-code {
color: #aab7c0;
}

.hljs {
background: #012841;
color: #c0cad0;
}
147 changes: 147 additions & 0 deletions src/styles/night-coder-ash.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
/*
Theme: Night Coder Ash
Author: Ashkan Shirpour
Repository: https://github.com/a5hk/night-coder
*/

.hljs-meta {
color: #d1b485;
}

.hljs-comment {
color: #646464;
}

.hljs-variable.constant_,
.hljs-variable.language_ {
color: #ff9e9e;
}

.hljs-operator {
color: #e0e0b8;
}

.hljs-doctag {
color: #b9b9b9;
}

.hljs-title.function_.invoke__ {
color: #e6d299;
}

.hljs-title.function_ {
color: #42d79e;
}

.hljs-keyword,
.hljs-meta .hljs-keyword {
color: #eea0e5;
}

.hljs-literal,
.hljs-number,
.hljs-symbol,
.hljs-regexp,
.hljs-char.escape_ {
color: #c5abf7;
}

.hljs-built_in {
color: #fc9cc4;
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__ {
color: #9db9e7;
}

.hljs-params {
color: #e9e9e9;
}

.hljs-property {
color: #f0a875;
}

.hljs-string,
.hljs-meta .hljs-string {
color: #8fc78a;
}

.hljs-type {
color: #04ccd7;
}

.hljs-variable,
.hljs-template-variable {
color: #cbcbcb;
}

.hljs-attr,
.hljs-tag .hljs-attr,
.hljs-attribute,
.hljs-selector-tag,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #e6d299;
}

.hljs-tag,
.hljs-template-tag,
.hljs-tag .hljs-name,
.hljs-name {
color: #f0a875;
}

.hljs-section {
color: #e6d299;
}

.hljs-strong {
font-weight: bold;
}

.hljs-emphasis,
.hljs-quote {
font-style: italic;
}

.hljs-punctuation {
color: #b9b9b9;
}

.hljs-deletion {
color: #ff7575;
}

.hljs-addition {
color: #53ac53;
}

.hljs-subst {
color: #cbcbcb;
}

.hljs-bullet {
color: #e9e9e9;
}

.hljs-link {
color: #42d79e;
}

.hljs-formula {
color: #d1b485;
}

.hljs-code {
color: #b9b9b9;
}

.hljs {
background: #2c2c2c;
color: #cbcbcb;
}
Loading