Skip to content

Instantly share code, notes, and snippets.

View corbtastik's full-sized avatar
😀

corbs corbtastik

😀
  • MongoDB: Advisory Architect
  • Texas
View GitHub Profile
@corbtastik
corbtastik / _monokai.scss
Created March 11, 2023 21:02
Monokai syntax-highlighting colors for Yolo single-page theme.
// ----------------------------------------------------------------------------
// monokai light-mode syntax theme for: https://github.com/corbtastik/yolo
// ----------------------------------------------------------------------------
$light-syntax-comment-hashbang: #75715e;
$light-syntax-comment-multiline: #75715e;
$light-syntax-comment-preproc: #75715e;
$light-syntax-comment-preprocfile: #75715e;
$light-syntax-comment-single: #75715e;
$light-syntax-comment-special: #75715e;
$light-syntax-comment: #75715e;
@corbtastik
corbtastik / _dracula.scss
Created March 11, 2023 21:04
Dracula syntax-highlighting colors for Yolo single-page theme.
// ----------------------------------------------------------------------------
// dracula light-mode syntax theme for: https://github.com/corbtastik/yolo
// ----------------------------------------------------------------------------
$light-syntax-comment-hashbang: #6272a4;
$light-syntax-comment-multiline: #6272a4;
$light-syntax-comment-preproc: #ff79c6;
$light-syntax-comment-preprocfile: #ff79c6;
$light-syntax-comment-single: #6272a4;
$light-syntax-comment-special: #6272a4;
$light-syntax-comment: #6272a4;
@corbtastik
corbtastik / _sprinkles.scss
Created March 11, 2023 22:10
Sprinkles syntax-highlighting colors for Yolo single-page theme.
// ----------------------------------------------------------------------------
// sprinkles light-mode syntax theme for: https://github.com/corbtastik/yolo
// ----------------------------------------------------------------------------
$light-syntax-comment-hashbang: #9e9e9e;
$light-syntax-comment-multiline: #9e9e9e;
$light-syntax-comment-preproc: #ec417a;
$light-syntax-comment-preprocfile: #9e9e9e;
$light-syntax-comment-single: #9e9e9e;
$light-syntax-comment-special: #9e9e9e;
$light-syntax-comment: #9e9e9e;