gitea-themes/src/palette/sonokai-andromeda.less

32 lines
850 B
Plaintext

@primary: #6dcae8; // primary color used in main texts
@secondary: #fb617e; // secondary color used in some texts and text based buttons
@tertiary: #9ed06c; // tertiary color used in other colored texts
@fg: #e1e3e4;
@bg0: #2b2d3a;
@bg1: #333648;
@bg2: #363a4e;
@bg3: #393e53;
@bg4: #3f445b;
@red: #fb617e;
@orange: #f89860;
@yellow: #edc763;
@green: #9ed06c;
@cyan: #6dcae8;
@blue: #6dcae8;
@purple: #bb97ee;
@grey: #7e8294;
@red-bg: #55393d;
@green-bg: #394634;
@blue-bg: #354157;
@yellow-bg: #4e432f;
@button1: #77d5f0;
@button2: #a9dc76;
@button-red: #ff6188;
@key: @red;
@operator: @orange;
@string: @yellow;
@value: @purple;
@type: @blue;
@function: @green;
@special: @orange;