You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
203 B
12 lines
203 B
3 years ago
|
* {
|
||
|
bg-col: #2E3440;
|
||
|
bg-col-light: #343a46;
|
||
|
border-col: #343a46;
|
||
|
selected-col: #343a46;
|
||
|
blue: #81A1C1;
|
||
|
fg-col: #b4bbc8;
|
||
|
fg-col2: #BF616A;
|
||
|
grey: #646a76;
|
||
|
width: 600;
|
||
|
}
|