gitea-themes/src/palette/gruvbox-material-dark.less

32 lines
848 B
Plaintext

@primary: #a9b665; // primary color used in main texts
@secondary: #e78a4e; // secondary color used in some texts and text based buttons
@tertiary: #d8a657; // tertiary color used in other colored texts
@fg: #ddc7a1;
@bg0: #282828;
@bg1: #32302f;
@bg2: #3a3735;
@bg3: #45403d;
@bg4: #504945;
@red: #ea6962;
@orange: #e78a4e;
@yellow: #d8a657;
@green: #a9b665;
@cyan: #89b482;
@blue: #7daea3;
@purple: #d3869b;
@grey: #928374;
@red-bg: #4c3432;
@green-bg: #3b4439;
@blue-bg: #374141;
@yellow-bg: #4f422e;
@button1: #a9b665;
@button2: #a89984;
@button-red: #ea6962;
@key: @red;
@operator: @orange;
@string: @cyan;
@value: @purple;
@type: @yellow;
@function: @green;
@special: @blue;