Skip to content

Commit

Permalink
Add green theme
Browse files Browse the repository at this point in the history
  • Loading branch information
W-i-n-7 authored Oct 21, 2024
1 parent 15d57e5 commit 9c4d97e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Kyanite.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@
--interactive-normal: #ff85ff !important;
*/

/* Green accents */
/*
--main-color: rgba(34, 139, 34, 1) !important;
--dark-bg: rgba(0, 51, 0, 0.95) !important;
--soft-bright-color: rgb(117, 204, 117) !important;
--hover-color: rgba(34, 139, 34, 0.3) !important;
--hover-faded-color: rgba(34, 139, 34, 0.2) !important;
--hover-faint-color: rgba(34, 139, 34, 0.1) !important;
--hover-dark-color: rgba(34, 139, 34, 0.8) !important;
--hover-bright-color: rgba(60, 179, 113, 0.8) !important;
--interactive-normal: #99ff99 !important;
*/

/* State colors */
--green-bright-color: rgb(143, 255, 133) !important;
--green-dark-color: rgba(34, 123, 22) !important;
Expand Down

0 comments on commit 9c4d97e

Please sign in to comment.