Created
January 31, 2022 15:53
-
-
Save d4hines/e5d7a355b73696dbb91578081199f589 to your computer and use it in GitHub Desktop.
My Linux Desktop color scheme
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 characters
// Based on https://github.com/azemoh/vscode-one-monokai | |
// Default | |
$plain: #abb2bf; | |
// Background | |
$background: #282c34; | |
// Caret | |
$caret: #528bff; | |
// Function params | |
$pink: #e06c75; | |
// Class name Identifiers, | |
$cyan: #56b6c2; | |
// String | |
$lime: #98c379; | |
// Keywords | |
$purple: #c678dd; | |
// Numbers, Constants, Markup attributes | |
$brown: #d19a66; | |
// Class name, Namespaces | |
$gold: #e5c07b; | |
// Method definitions, Function names | |
$blue: #61afef; | |
// Comments | |
$comment: #5c6370; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment