Redesign code structure

This commit is contained in:
2022-10-31 10:48:11 +08:00
parent 1529096320
commit a88c7afef0
8 changed files with 187 additions and 187 deletions

View File

@@ -0,0 +1,31 @@
@primary: #6cb6eb; // primary color used in main texts
@secondary: #d38aea; // secondary color used in some texts and text based buttons
@tertiary: #a0c980; // tertiary color used in other colored texts
@fg: #c5cdd9;
@bg0: #2b2d37;
@bg1: #333644;
@bg2: #363a49;
@bg3: #3a3e4e;
@bg4: #404455;
@red: #ec7279;
@orange: #deb974;
@yellow: #deb974;
@green: #a0c980;
@cyan: #5dbbc1;
@blue: #6cb6eb;
@purple: #d38aea;
@grey: #758094;
@red-bg: #55393d;
@green-bg: #394634;
@blue-bg: #354157;
@yellow-bg: #4e432f;
@button1: #6cb6eb;
@button2: #a0c980;
@button-red: #ec7279;
@key: @red;
@operator: @purple;
@string: @green;
@value: @green;
@type: @yellow;
@function: @blue;
@special: @cyan;

View File

@@ -0,0 +1,31 @@
@primary: #b8bb26; // primary color used in main texts
@secondary: #fe8019; // secondary color used in some texts and text based buttons
@tertiary: #fabd2f; // tertiary color used in other colored texts
@fg: #ebdbb2;
@bg0: #282828;
@bg1: #32302f;
@bg2: #3a3735;
@bg3: #45403d;
@bg4: #504945;
@red: #fb4934;
@orange: #fe8019;
@yellow: #fabd2f;
@green: #b8bb26;
@cyan: #8ec07c;
@blue: #83a598;
@purple: #d3869b;
@grey: #928374;
@red-bg: #4c3432;
@green-bg: #3b4439;
@blue-bg: #374141;
@yellow-bg: #4f422e;
@button1: #8ec07c;
@button2: #fe8019;
@button-red: #fb4934;
@key: @red;
@operator: @orange;
@string: @cyan;
@value: @purple;
@type: @yellow;
@function: @green;
@special: @blue;