Update color palette for everforest
This commit is contained in:
parent
11ec096637
commit
39ee15ed7b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,11 +2,11 @@
|
|||
@secondary: #e69875; // secondary color used in some texts and text based buttons
|
||||
@tertiary: #dbbc7f; // tertiary color used in other colored texts
|
||||
@fg: #d3c6aa;
|
||||
@bg0: #2b3339;
|
||||
@bg1: #323c41;
|
||||
@bg2: #3a454a;
|
||||
@bg3: #445055;
|
||||
@bg4: #4a555b;
|
||||
@bg0: #272e33;
|
||||
@bg1: #2d353b;
|
||||
@bg2: #343f44;
|
||||
@bg3: #3d484d;
|
||||
@bg4: #475258;
|
||||
@red: #e67e80;
|
||||
@orange: #e69875;
|
||||
@yellow: #dbbc7f;
|
||||
|
@ -15,10 +15,10 @@
|
|||
@blue: #7fbbb3;
|
||||
@purple: #d699b6;
|
||||
@grey: #859289;
|
||||
@red-bg: #4e3e43;
|
||||
@green-bg: #404d44;
|
||||
@blue-bg: #394f5a;
|
||||
@yellow-bg: #4a4940;
|
||||
@red-bg: #514045;
|
||||
@green-bg: #425047;
|
||||
@blue-bg: #3a515d;
|
||||
@yellow-bg: #4d4c43;
|
||||
@button1: #a7c080;
|
||||
@button2: #a7c080;
|
||||
@button-red: #e67e80;
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
@tertiary: #dfa000; // tertiary color used in other colored texts
|
||||
@fg: #5c6a72;
|
||||
@bg0: #fdf6e3;
|
||||
@bg1: #f3efda;
|
||||
@bg2: #edead5;
|
||||
@bg3: #e4e1cd;
|
||||
@bg4: #dfdbc8;
|
||||
@bg1: #f4f0d9;
|
||||
@bg2: #efebd4;
|
||||
@bg3: #e6e2cc;
|
||||
@bg4: #e0dcc7;
|
||||
@red: #f85552;
|
||||
@orange: #f57d26;
|
||||
@yellow: #dfa000;
|
||||
|
|
Loading…
Reference in New Issue