Skip to content

Commit 5828302

Browse files
authored
Merge pull request #524 from sgoudham/feat/add-catppuccin
feat(theme): add `catppuccin`
2 parents c284945 + 7679a84 commit 5828302

File tree

4 files changed

+136
-0
lines changed

4 files changed

+136
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #303446;
3+
4+
--modal-bg-color: #292c3c;
5+
--modal-header-color: #232634;
6+
--modal-footer-color: #232634;
7+
8+
--drop-down-menu-bg: #414559;
9+
10+
--button-color: #414559;
11+
--button-color-hover: #51576d;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 137, 180, 250; /* Mocha Blue */
16+
--accent-color-hover: rgb(var(--accent-color), 0.8);
17+
--link-color: var(--text);
18+
--link-color-hover: #8caaee;
19+
--label-text-color: #fff; /* have to break convention here */
20+
21+
--text: #c6d0f5;
22+
--text-hover: var(--text);
23+
--text-muted: a5adce;
24+
25+
/* Specials */
26+
--arr-queue-color: #a6d189; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #ef9f76;
28+
--petio-spinner: invert(66%) sepia(15%) saturate(1451%) hue-rotate(185deg) brightness(105%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Blue */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
); /* Make sure this is compatible with whatever takes in the gradient */
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #eff1f5;
3+
4+
--modal-bg-color: #e6e9ef;
5+
--modal-header-color: #dce0e8;
6+
--modal-footer-color: #dce0e8;
7+
8+
--drop-down-menu-bg: #ccd0da;
9+
10+
--button-color: #ccd0da;
11+
--button-color-hover: #bcc0cc;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 137, 180, 250; /* Mocha Blue */
16+
--accent-color-hover: rgb(var(--accent-color), 0.8);
17+
--link-color: var(--text);
18+
--link-color-hover: #1e66f5;
19+
--label-text-color: #fff; /* have to break convention here */
20+
21+
--text: #4c4f69;
22+
--text-hover: var(--text);
23+
--text-muted: 6c6f85;
24+
25+
/* Specials */
26+
--arr-queue-color: #40a02b; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #fe640b;
28+
--petio-spinner: invert(66%) sepia(15%) saturate(1451%) hue-rotate(185deg) brightness(105%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Blue */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
); /* Make sure this is compatible with whatever takes in the gradient */
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #24273a;
3+
4+
--modal-bg-color: #1e2030;
5+
--modal-header-color: #181926;
6+
--modal-footer-color: #181926;
7+
8+
--drop-down-menu-bg: #363a4f;
9+
10+
--button-color: #363a4f;
11+
--button-color-hover: #494d64;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 137, 180, 250; /* Mocha Blue */
16+
--accent-color-hover: rgb(var(--accent-color), 0.8);
17+
--link-color: var(--text);
18+
--link-color-hover: #8aadf4;
19+
--label-text-color: #fff; /* have to break convention here */
20+
21+
--text: #cad3f5;
22+
--text-hover: var(--text);
23+
--text-muted: a5adcb;
24+
25+
/* Specials */
26+
--arr-queue-color: #a6da95; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #f5a97f;
28+
--petio-spinner: invert(66%) sepia(15%) saturate(1451%) hue-rotate(185deg) brightness(105%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Blue */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
); /* Make sure this is compatible with whatever takes in the gradient */
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #1e1e2e;
3+
4+
--modal-bg-color: #181825;
5+
--modal-header-color: #11111b;
6+
--modal-footer-color: #11111b;
7+
8+
--drop-down-menu-bg: #313244;
9+
10+
--button-color: #313244;
11+
--button-color-hover: #45475a;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 137, 180, 250; /* Mocha Blue */
16+
--accent-color-hover: rgb(var(--accent-color), 0.8);
17+
--link-color: var(--text);
18+
--link-color-hover: #89b4fa;
19+
--label-text-color: #fff; /* have to break convention here */
20+
21+
--text: #cdd6f4;
22+
--text-hover: var(--text);
23+
--text-muted: a6adc8;
24+
25+
/* Specials */
26+
--arr-queue-color: #a6e3a1; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #fab387;
28+
--petio-spinner: invert(66%) sepia(15%) saturate(1451%) hue-rotate(185deg) brightness(105%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Blue */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
); /* Make sure this is compatible with whatever takes in the gradient */
34+
}

0 commit comments

Comments
 (0)