From f5141f29be14337c4f0687903e98532f60ff0351 Mon Sep 17 00:00:00 2001 From: David Piontkowski Date: Sun, 8 Aug 2021 19:27:09 -0400 Subject: [PATCH] Color rearrangements for readability --- CSS/variables/onedark.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CSS/variables/onedark.css b/CSS/variables/onedark.css index 9bd8f541..5cf895aa 100644 --- a/CSS/variables/onedark.css +++ b/CSS/variables/onedark.css @@ -7,15 +7,15 @@ --drop-down-menu-bg: #1e222a; - --button-color: #98c379; + --button-color: #61afef; --button-color-hover: #c678dd; - --button-text: #282c34; - --button-text-hover: #282c34; + --button-text: #e2e4eb; + --button-text-hover: #FFF; - --accent-color: 97, 175, 239; + --accent-color: 152, 195, 121; --accent-color-hover: rgb(var(--accent-color),.8); - --link-color: #56b6c2; - --link-color-hover: #61afef; + --link-color: #61afef; + --link-color-hover: #56b6c2; --label-text-color: #282c34; --text:#abb2bf;