Skip to content

Commit

Permalink
add all colors to dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Aug 8, 2024
1 parent 797c775 commit 5e95366
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion themes/themes-available/Dark/src/Dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
--text-alert: var(--color-red-500);
--text-unreachable: var(--color-red-500);
--text-mixed-gradient-from: var(--color-gray-400);
--text-mixed-gradient-to : var(--color-gray-500);
--text-mixed-gradient-to: var(--color-gray-500);

--navbar-fg: var(--text-body);
--navbar-bg: var(--header-bg);
Expand Down Expand Up @@ -137,6 +137,10 @@
--button-green-bg: var(--color-green-700);
--button-green-hover-fg: var(--text-body);
--button-green-hover-bg: var(--color-green-800);
--button-orange-fg: var(--color-white);
--button-orange-bg: var(--color-orange-600);
--button-orange-hover-fg: var(--color-white);
--button-orange-hover-bg: var(--color-orange-700);
--button-disabled-fg: #ccc;
--button-disabled-bg: #555;

Expand All @@ -146,6 +150,10 @@
--stats-time-locks: var(--color-rose-500);
--stats-time-cmds: var(--color-indigo-600);
--stats-time-view: var(--color-orange-600);

--dashboard-series-1: var(--color-sky-600);
--dashboard-series-2: var(--color-orange-500);
--dashboard-series-3: var(--color-purple-600);
}

/*******************************************************************************
Expand Down

0 comments on commit 5e95366

Please sign in to comment.