Hermit-V2 Theme Update

This commit is contained in:
GitHub Action
2024-03-03 07:15:26 +00:00
parent 13a41932d2
commit a6d5f76806
8 changed files with 111 additions and 14 deletions

View File

@ -1,6 +1,6 @@
// Colors
$theme: #018574;
$text: #e8eef2;
$theme: hsl(172, 99%, 26%);
$text: hsl(204, 28%, 93%);
$light-grey: #494f5c;
$dark-grey: #3B3E48;
$highlight-grey: #7d828a;