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

32 lines
848 B
Plaintext

@primary: #79740e; // primary color used in main texts
@secondary: #af3a03; // secondary color used in some texts and text based buttons
@tertiary: #b57614; // tertiary color used in other colored texts
@fg: #3c3836;
@bg0: #fbf1c7;
@bg1: #f4e8be;
@bg2: #f2e5bc;
@bg3: #eee0b7;
@bg4: #e5d5ad;
@red: #9d0006;
@orange: #af3a03;
@yellow: #b57614;
@green: #79740e;
@cyan: #427b58;
@blue: #076678;
@purple: #8f3f71;
@grey: #928374;
@red-bg: #f1d9b5;
@green-bg: #dee2b6;
@blue-bg: #dadec0;
@yellow-bg: #fae7b3;
@button1: #79740e;
@button2: #7c6f64;
@button-red: #9d0006;
@key: @red;
@operator: @orange;
@string: @cyan;
@value: @purple;
@type: @yellow;
@function: @green;
@special: @blue;