-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated awesome with tokyonight theme, added tokyonight colorscheme t…
…o files
- Loading branch information
1 parent
ffd33ca
commit b0969c7
Showing
4 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* Tokyo Night and Tokyo Night Storm */ | ||
$color: #f7768e; /* This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red */ | ||
$color: #ff9e64; /* Number and Boolean constants, Language support constants */ | ||
$color: #e0af68; /* Function parameters, Regex character sets, Terminal Yellow */ | ||
$color: #9ece6a; /* Strings, CSS class names */ | ||
$color: #73daca; /* Object literal keys, Markdown links, Terminal Green */ | ||
$color: #b4f9f8; /* Regex literal strings */ | ||
$color: #2ac3de; /* Language support functions, CSS HTML elements */ | ||
$color: #7dcfff; /* Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords */ | ||
$color: #7aa2f7; /* Function names, CSS property names, Terminal Blue */ | ||
$color: #bb9af7; /* Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta */ | ||
$color: #c0caf5; /* Variables, Class names, Terminal White */ | ||
$color: #a9b1d6; /* Editor Foreground */ | ||
$color: #9aa5ce; /* Markdown Text, HTML Text */ | ||
$color: #cfc9c2; /* Parameters inside functions (semantic highlighting only) */ | ||
$color: #565f89; /* Comments */ | ||
$color: #414868; /* Terminal Black */ | ||
$color: #24283b; /* Editor Background (Storm) */ | ||
$color: #1a1b26; /* Editor Background (Night) */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ require'colorizer'.setup( | |
hsl_fn = true; | ||
css = true; | ||
css_fn = true; | ||
mode = 'foreground'; | ||
mode = 'background'; | ||
} | ||
) |