remove legacy scss file
This commit is contained in:
parent
850187e913
commit
669e72194b
2 changed files with 0 additions and 35 deletions
|
@ -1,4 +1,3 @@
|
||||||
@import "./colors.scss";
|
|
||||||
@import "./root.scss";
|
@import "./root.scss";
|
||||||
@import "./mixins.scss";
|
@import "./mixins.scss";
|
||||||
|
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
$nord0darker: #22262e;
|
|
||||||
$nord1darker: #282b36;
|
|
||||||
$nord2darker: #333947;
|
|
||||||
$nord3darker: #40495a;
|
|
||||||
$nord4darker: #9da2ad;
|
|
||||||
|
|
||||||
$nord0: #2E3440;
|
|
||||||
$nord1: #3B4252;
|
|
||||||
$nord2: #434C5E;
|
|
||||||
$nord3: #4C566A;
|
|
||||||
$nord4: #D8DEE9;
|
|
||||||
$nord5: #E5E9F0;
|
|
||||||
$nord6: #ECEFF4;
|
|
||||||
$nord7: #8FBCBB;
|
|
||||||
$nord8: #88C0D0;
|
|
||||||
$nord9: #81A1C1;
|
|
||||||
$nord10: #5E81AC;
|
|
||||||
$nord11: #BF616A;
|
|
||||||
$nord12: #D08770;
|
|
||||||
$nord13: #EBCB8B;
|
|
||||||
$nord14: #A3BE8C;
|
|
||||||
$nord15: #B48EAD;
|
|
||||||
|
|
||||||
$dark1: #2d2929;
|
|
||||||
$dark2: #332f2f;
|
|
||||||
$dark3: #393636;
|
|
||||||
$dark4: #423f3f;
|
|
||||||
$dark5: #4d4a4a;
|
|
||||||
|
|
||||||
$light1: #999999;
|
|
||||||
$light2: #b0b0b0;
|
|
||||||
$light3: #c2c2c2;
|
|
||||||
$light4: #cfcfcf;
|
|
||||||
$light5: #d9d9d9;
|
|
Loading…
Reference in a new issue