Last active
May 24, 2024 13:40
-
-
Save sistematico/a3bf1f97292a270c06fd3577c36e58e3 to your computer and use it in GitHub Desktop.
Revisions
-
sistematico revised this gist
May 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -26,7 +26,7 @@ |  `#73daca` | Object literal keys, Markdown links, Terminal Green | |  `#b4f9f8` | Regex literal strings | |  `#2ac3de` | Language support functions, CSS HTML elements | |  `#7dcfff` | Object, Regex, Markdown, Terminal Cyan, Markdown code, Import/export keywords | |  `#7aa2f7` | Function names, CSS property names, Terminal Blue | |  `#bb9af7` | Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta | |  `#c0caf5` | Variables, Class names, Terminal White | -
sistematico revised this gist
May 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ | Hex | Color | | --- | --- | |  `#2e2e2e` | Background | |  `#797979` | Comments | |  `#d6d6d6` | White | |  `#e5b567` | Yellow | -
sistematico revised this gist
May 24, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ | Hex | Color | | --- | --- | |  `#2e2e2e` | Background | |  `#797979` | Comments | |  `#d6d6d6` | White | |  `#e5b567` | Yellow | -
sistematico revised this gist
May 24, 2024 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,19 @@ # Color Palettes ## Monokai | Hex | Color | | --- | --- | |  `#2e2e2e` | Background | |  `#797979` | Comments | |  `#d6d6d6` | White | |  `#e5b567` | Yellow | |  `#b4d273` | Green | |  `#e87d3e` | Orange | |  `#f7768e` | Purple | |  `#b05279` | Pink | |  `#6c99bb` | Blue | ## Tokyo Night ### Tokyo Night and Tokyo Night Storm -
sistematico created this gist
May 24, 2024 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,44 @@ # Color Palettes ## Tokyo Night ### Tokyo Night and Tokyo Night Storm | Color | Use | | --- | --- | |  `#f7768e` | This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red | |  `#ff9e64` | Number and Boolean constants, Language support constants | |  `#e0af68` | Function parameters, Regex character sets, Terminal Yellow | |  `#9ece6a` | Strings, CSS class names | |  `#73daca` | Object literal keys, Markdown links, Terminal Green | |  `#b4f9f8` | Regex literal strings | |  `#2ac3de` | Language support functions, CSS HTML elements | |  `#7dcfff` | Object properties, Regex quantifiers and flags, Markdown headings, Terminal Cyan, Markdown code, Import/export keywords | |  `#7aa2f7` | Function names, CSS property names, Terminal Blue | |  `#bb9af7` | Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta | |  `#c0caf5` | Variables, Class names, Terminal White | |  `#a9b1d6` | Editor Foreground | |  `#9aa5ce` | Markdown Text, HTML Text | |  `#cfc9c2` | Parameters inside functions (semantic highlighting only) | |  `#565f89` | Comments | |  `#414868` | Terminal Black | |  `#24283b` | Editor Background (Storm) | |  `#1a1b26` | Editor Background (Night) | #### Tokyo Night Light | Color | Use | | --- | --- | |  `#8c4351` | This keyword, HTML elements, Regex group symbol, CSS units, Terminal Red | |  `#965027` | Number and Boolean constants, Language support constants | |  `#8f5e15` | Function parameters, Regex character sets, Terminal Yellow | |  `#485e30` | Strings, CSS class names | |  `#33635c` | Object literal keys, Markdown links, Regex literal strings, Terminal Green | |  `#166775` | Language support functions, CSS HTML elements | |  `#0f4b6e` | Object, Regex quantifiers and flags, Terminal, Markdown, Import/export | |  `#34548a` | Function names, CSS property names, Markdown Headings, Terminal Blue | |  `#5a4a78` | Control Keywords, Storage Types, Regex symbols and operators, HTML Attributes, Terminal Magenta | |  `#343b58` | Editor Foreground, Variables, Class names, Terminal White | |  `#565a6e` | Markdown Text, HTML Text | |  `#634f30` | Parameters inside functions (semantic highlighting only) | |  `#0f0f14` | Terminal Black | |  `#9699a3` | Comments | |  `#d5d6db` | Editor Background |