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

32 lines
850 B
Plaintext

@primary: #72cce8; // primary color used in main texts
@secondary: #ff6578; // secondary color used in some texts and text based buttons
@tertiary: #9dd274; // tertiary color used in other colored texts
@fg: #e1e3e4;
@bg0: #2a2f38;
@bg1: #333846;
@bg2: #373c4b;
@bg3: #3d4455;
@bg4: #424b5b;
@red: #ff6578;
@orange: #f69c5e;
@yellow: #eacb64;
@green: #9dd274;
@cyan: #72cce8;
@blue: #72cce8;
@purple: #ba9cf3;
@grey: #828a9a;
@red-bg: #55393d;
@green-bg: #394634;
@blue-bg: #354157;
@yellow-bg: #4e432f;
@button1: #7ad5f1;
@button2: #a5e179;
@button-red: #ff6d7e;
@key: @red;
@operator: @orange;
@string: @yellow;
@value: @purple;
@type: @blue;
@function: @green;
@special: @orange;