gitea-themes/src/palette/sonokai.less

32 lines
850 B
Plaintext

@primary: #76cce0; // primary color used in main texts
@secondary: #fc5d7c; // secondary color used in some texts and text based buttons
@tertiary: #9ed072; // tertiary color used in other colored texts
@fg: #e2e2e3;
@bg0: #2c2e34;
@bg1: #33353f;
@bg2: #363944;
@bg3: #3b3e48;
@bg4: #414550;
@red: #fc5d7c;
@orange: #f39660;
@yellow: #e7c664;
@green: #9ed072;
@cyan: #76cce0;
@blue: #76cce0;
@purple: #b39df3;
@grey: #7f8490;
@red-bg: #55393d;
@green-bg: #394634;
@blue-bg: #354157;
@yellow-bg: #4e432f;
@button1: #85d3f2;
@button2: #a7df78;
@button-red: #ff6077;
@key: @red;
@operator: @orange;
@string: @yellow;
@value: @purple;
@type: @blue;
@function: @green;
@special: @orange;