gitea-themes/src/palette/everforest-light.less

32 lines
848 B
Plaintext

@primary: #8da101; // primary color used in main texts
@secondary: #f57d26; // secondary color used in some texts and text based buttons
@tertiary: #dfa000; // tertiary color used in other colored texts
@fg: #5c6a72;
@bg0: #fdf6e3;
@bg1: #f3efda;
@bg2: #edead5;
@bg3: #e4e1cd;
@bg4: #dfdbc8;
@red: #f85552;
@orange: #f57d26;
@yellow: #dfa000;
@green: #8da101;
@cyan: #35a77c;
@blue: #3a94c5;
@purple: #df69ba;
@grey: #939f91;
@red-bg: #fbe3da;
@green-bg: #f0f1d2;
@blue-bg: #e9f0e9;
@yellow-bg: #faedcd;
@button1: #93b259;
@button2: #93b259;
@button-red: #e66868;
@key: @red;
@operator: @orange;
@string: @cyan;
@value: @purple;
@type: @yellow;
@function: @green;
@special: @blue;