Skip to content

Instantly share code, notes, and snippets.

@yemix
Created December 14, 2024 10:16
Show Gist options
  • Save yemix/606c758fa74bcbd92f50c238796a3119 to your computer and use it in GitHub Desktop.
Save yemix/606c758fa74bcbd92f50c238796a3119 to your computer and use it in GitHub Desktop.
benno.sass
/*!Benno*/
$accent: #d68000;
$green: #57F287;
$yellow: #FFFF00;
$red: #ED4245;
$redlight: #d23d3f;
$background: #434C5E;
$background_accent: #353C4A;
$text: white;
$button_text: white;
$lightGray: #666;
$input_background: #212121;
@import './sass/_imports.scss';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment