Move user data to ~/.config/onlylegs location

Update location of default themes folder
This commit is contained in:
Michał Gdula 2023-03-02 13:19:10 +00:00
parent 828167f762
commit 512f6f623e
31 changed files with 158 additions and 110 deletions

View file

@ -0,0 +1,40 @@
$black: #151515
$black2: #101010
$white: #E8E3E3
$red: #B66467
$orange: #D8A657
$yellow: #D9BC8C
$green: #8C977D
$blue: #8DA3B9
$purple: #A988B0
$primary: $green
$warning: $orange
$critical: $red
$succes: $green
$info: $blue
$rad: 6px
$rad-inner: 3px
//$font: "Work Sans", sans-serif
$font: "Work Sans", sans-serif
$breakpoint: 800px // responsive breakpoint for mobile
// Work Sans
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-regular.woff2')
font-weight: 400
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-bold.woff2')
font-weight: 600
@font-face
font-family: 'Work Sans'
src: url('fonts/worksans-black.woff2')
font-weight: 900