Fix nord secondary color

This commit is contained in:
Sainnhe Park 2022-11-01 08:04:50 +08:00
parent f564985fe5
commit 8438dd82e6
2 changed files with 3 additions and 3 deletions

2
dist/theme-nord.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
@primary: #81A1C1; // primary color used in main texts
@secondary: #8FBCBB; // secondary color used in some texts and text based buttons
@tertiary: #88C0D0; // tertiary color used in other colored texts
@secondary: #88C0D0; // secondary color used in some texts and text based buttons
@tertiary: #8FBCBB; // tertiary color used in other colored texts
@fg: #D8DEE9;
@bg0: #2E3440;
@bg1: mix(@bg0, @bg4, 75%);