Skip to content

Instantly share code, notes, and snippets.

@d4hines
Created January 31, 2022 15:53
Show Gist options
  • Save d4hines/e5d7a355b73696dbb91578081199f589 to your computer and use it in GitHub Desktop.
Save d4hines/e5d7a355b73696dbb91578081199f589 to your computer and use it in GitHub Desktop.
My Linux Desktop color scheme
// 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