Skip to content

Instantly share code, notes, and snippets.

@andrewchee
Created August 1, 2016 02:42
Show Gist options
  • Save andrewchee/3e85089ddffbfe4ffbd1bd5aee14ff37 to your computer and use it in GitHub Desktop.
Save andrewchee/3e85089ddffbfe4ffbd1bd5aee14ff37 to your computer and use it in GitHub Desktop.
@syntax-cursor-line: fade(#343d46, 0.5); // needs to be semi-transparent to show serach results
@syntax-bracket-matcher-background-color: lighten(@syntax-background-color, 8%);
// General Text Colors
@syntax-text-color: #c0c5ce;
@syntax-cursor-color: #c0c5ce;
@syntax-selection-color: #4f5b66;
@syntax-background-color: #1B1D1F; //#2b303b;
@syntax-comments-color: #65737e;
// Guide Colors
@syntax-wrap-guide-color: rgba(255, 255, 255, 0.05);
@syntax-indent-guide-color: rgba(255, 255, 255, 0.1);
@syntax-invisible-character-color: rgba(52, 55, 59, 1.0); //rgba(192, 197, 206, 0.3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment