Skip to content
Snippets Groups Projects
Commit be353117 authored by unknown's avatar unknown
Browse files

add theme skeleton

parent 4c97a603
Branches
No related merge requests found
$primary : #ECEFF1;
$secondary : #263238;
$background : #37474f;
$primary : #1c2023;
$secondary : #2c3137;
$secondary-light : #3e454c;
$primary-text: #fefefe;
$secondary-text: #606060;
$accent: #00BCD4;
$highlight: #BDBDBD;
$bg-dark-secondary: #495057;
$bg-primary : #1c2023;
$bg-secondary : #2c3137;
$secondary-light : #3e454c;
$primary-text: #fefefe;
$secondary-text: #606060;
$accent: #00BCD4;
$highlight: #BDBDBD;
$bg-dark-secondary: #495057;
.bg-primary { background-color: $bg-primary;}
.bg-secondary { background-color: $bg-primary;}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment