Browse Source

Color rearrangements for readability

pull/244/head
David Piontkowski 4 years ago
parent
commit
f5141f29be
  1. 12
      CSS/variables/onedark.css

12
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;

Loading…
Cancel
Save