forked from sainnhe/gitea-themes
Add sonokai
This commit is contained in:
31
src/palette/sonokai-espresso.less
Normal file
31
src/palette/sonokai-espresso.less
Normal file
@@ -0,0 +1,31 @@
|
||||
@primary: #81d0c9; // primary color used in main texts
|
||||
@secondary: #f86882; // secondary color used in some texts and text based buttons
|
||||
@tertiary: #a6cd77; // tertiary color used in other colored texts
|
||||
@fg: #e4e3e1;
|
||||
@bg0: #312c2b;
|
||||
@bg1: #393230;
|
||||
@bg2: #413937;
|
||||
@bg3: #49403c;
|
||||
@bg4: #4e433f;
|
||||
@red: #f86882;
|
||||
@orange: #f08d71;
|
||||
@yellow: #f0c66f;
|
||||
@green: #a6cd77;
|
||||
@cyan: #81d0c9;
|
||||
@blue: #81d0c9;
|
||||
@purple: #9fa0e1;
|
||||
@grey: #90817b;
|
||||
@red-bg: #55393d;
|
||||
@green-bg: #394634;
|
||||
@blue-bg: #354157;
|
||||
@yellow-bg: #4e432f;
|
||||
@button1: #85dad2;
|
||||
@button2: #adda78;
|
||||
@button-red: #fd6883;
|
||||
@key: @red;
|
||||
@operator: @orange;
|
||||
@string: @yellow;
|
||||
@value: @purple;
|
||||
@type: @blue;
|
||||
@function: @green;
|
||||
@special: @orange;
|
Reference in New Issue
Block a user