Skip to content

Commit

Permalink
feat: add dc-cs to themes
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 15, 2024
1 parent ab2e458 commit 3c78f6e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boilerplate-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
--dc-font-mono: monospace; /* monospace */

/* light colors */
--dc-cs: light; /* light/dark scrollbars, inputs, etc */
--dc-tx-1: #000000; /* primary text */
--dc-tx-2: #1a1a1a; /* secondary text */
--dc-bg-1: #fafafa; /* main background */
Expand All @@ -21,6 +22,7 @@
--dc-ac-tx: #ededed; /* accent color text */

/* dark colors */
--dc-cs: dark;
--dc-d-tx-1: #ededed;
--dc-d-tx-2: #a1a1a1;
--dc-d-bg-1: #000;
Expand All @@ -36,6 +38,7 @@

@media (prefers-color-scheme: dark) {
:root {
--dc-cs: var(--dc-d-cs);
--dc-tx-1: var(--dc-d-tx-1);
--dc-tx-2: var(--dc-d-tx-2);
--dc-bg-1: var(--dc-d-bg-1);
Expand Down
1 change: 1 addition & 0 deletions theme/boilerplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
--dc-font-mono: monospace; /* monospace */

/* colors */
--dc-cs: light; /* light/dark scrollbars, inputs, etc */
--dc-tx-1: #000000; /* primary text */
--dc-tx-2: #1a1a1a; /* secondary text */
--dc-bg-1: #fafafa; /* main background */
Expand Down
3 changes: 3 additions & 0 deletions theme/catppuccin-frappe.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

:root {
/* light colors - latte */
--dc-cs: light;
--dc-tx-1: #4c4f69; /* primary text | Text */
--dc-tx-2: #4c4f69; /* secondary text | Text */
--dc-bg-1: #e6e9ef; /* main background | Mantle */
Expand All @@ -17,6 +18,7 @@
--dc-ac-tx: #4c4f69; /* accent/selection color text | Text */

/* dark colors */
--dc-cs: dark;
--dc-d-tx-1: #c6d0f5; /* primary text | Text */
--dc-d-tx-2: #c6d0f5; /* secondary text | Text */
--dc-d-bg-1: #292c3c; /* main background | Mantle */
Expand All @@ -32,6 +34,7 @@

@media (prefers-color-scheme: dark) {
:root {
--dc-cs: var(--dc-d-cs);
--dc-tx-1: var(--dc-d-tx-1);
--dc-tx-2: var(--dc-d-tx-2);
--dc-bg-1: var(--dc-d-bg-1);
Expand Down
3 changes: 3 additions & 0 deletions theme/catppuccin-macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

:root {
/* light colors - latte */
--dc-cs: light;
--dc-tx-1: #4c4f69; /* primary text | Text */
--dc-tx-2: #4c4f69; /* secondary text | Text */
--dc-bg-1: #e6e9ef; /* main background | Mantle */
Expand All @@ -17,6 +18,7 @@
--dc-ac-tx: #4c4f69; /* accent/selection color text | Text */

/* dark colors */
--dc-cs: dark;
--dc-d-tx-1: #cad3f5; /* primary text | Text */
--dc-d-tx-2: #cad3f5; /* secondary text | Text */
--dc-d-bg-1: #1e2030; /* main background | Mantle */
Expand All @@ -32,6 +34,7 @@

@media (prefers-color-scheme: dark) {
:root {
--dc-cs: var(--dc-d-cs);
--dc-tx-1: var(--dc-d-tx-1);
--dc-tx-2: var(--dc-d-tx-2);
--dc-bg-1: var(--dc-d-bg-1);
Expand Down
3 changes: 3 additions & 0 deletions theme/catppuccin-mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

:root {
/* light colors - latte */
--dc-cs: light;
--dc-tx-1: #4c4f69; /* primary text | Text */
--dc-tx-2: #4c4f69; /* secondary text | Text */
--dc-bg-1: #e6e9ef; /* main background | Mantle */
Expand All @@ -17,6 +18,7 @@
--dc-ac-tx: #4c4f69; /* accent/selection color text | Text */

/* dark colors */
--dc-cs: dark;
--dc-d-tx-1: #cdd6f4; /* primary text | Text */
--dc-d-tx-2: #cdd6f4; /* secondary text | Text */
--dc-d-bg-1: #181825; /* main background | Mantle */
Expand All @@ -32,6 +34,7 @@

@media (prefers-color-scheme: dark) {
:root {
--dc-cs: var(--dc-d-cs);
--dc-tx-1: var(--dc-d-tx-1);
--dc-tx-2: var(--dc-d-tx-2);
--dc-bg-1: var(--dc-d-bg-1);
Expand Down
1 change: 1 addition & 0 deletions theme/day.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

:root {
/* colors */
--dc-cs: light;
--dc-tx-1: #000000;
--dc-tx-2: #1a1a1a;
--dc-bg-1: #fafafa;
Expand Down
1 change: 1 addition & 0 deletions theme/night.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

:root {
/* colors */
--dc-cs: dark;
--dc-tx-1: #ededed;
--dc-tx-2: #a1a1a1;
--dc-bg-1: #000;
Expand Down
1 change: 1 addition & 0 deletions theme/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
--dc-font-mono: "Geist Mono", monospace;

/* colors */
--dc-cs: dark;
--dc-tx-1: #ffffff;
--dc-tx-2: #eeeeee;
--dc-bg-1: #000000;
Expand Down

0 comments on commit 3c78f6e

Please sign in to comment.