fix(cinny): fix sidebar color and add missing previews (#77)
* fix(cinny): make sidebar color work * chore: change Cinny app link
This commit is contained in:
parent
c964ea12f1
commit
7e6a09daa8
@ -4,7 +4,7 @@ collaborators:
|
|||||||
- &ndsboy
|
- &ndsboy
|
||||||
url: https://github.com/ndsboy
|
url: https://github.com/ndsboy
|
||||||
- &jn-sena
|
- &jn-sena
|
||||||
name: jan Sena
|
name: Sena
|
||||||
url: https://github.com/jn-sena
|
url: https://github.com/jn-sena
|
||||||
- &watatomo
|
- &watatomo
|
||||||
name: Ren
|
name: Ren
|
||||||
@ -78,7 +78,7 @@ userstyles:
|
|||||||
name: Cinny
|
name: Cinny
|
||||||
category: messaging
|
category: messaging
|
||||||
readme:
|
readme:
|
||||||
app-link: "https://github.com/cinnyapo/cinny"
|
app-link: "https://cinny.in"
|
||||||
current-maintainers: [*jn-sena]
|
current-maintainers: [*jn-sena]
|
||||||
codeberg:
|
codeberg:
|
||||||
name: Codeberg
|
name: Codeberg
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 128 KiB |
BIN
styles/cinny/assets/frappe.webp
Normal file
BIN
styles/cinny/assets/frappe.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
BIN
styles/cinny/assets/latte.webp
Normal file
BIN
styles/cinny/assets/latte.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
BIN
styles/cinny/assets/macchiato.webp
Normal file
BIN
styles/cinny/assets/macchiato.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
BIN
styles/cinny/assets/mocha.webp
Normal file
BIN
styles/cinny/assets/mocha.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
@ -1,7 +1,7 @@
|
|||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Cinny Catppuccin
|
@name Cinny Catppuccin
|
||||||
@namespace github.com/catppuccin/userstyles/styles/cinny
|
@namespace github.com/catppuccin/userstyles/styles/cinny
|
||||||
@version 2.1.1
|
@version 2.1.2
|
||||||
@description Soothing pastel theme for Cinny
|
@description Soothing pastel theme for Cinny
|
||||||
@author Catppuccin
|
@author Catppuccin
|
||||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/cinny/catppuccin.user.css
|
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/cinny/catppuccin.user.css
|
||||||
@ -58,7 +58,7 @@
|
|||||||
--bg-surface-low: @mantle;
|
--bg-surface-low: @mantle;
|
||||||
--bg-surface-low-transparent: fadeout(@mantle, 100%);
|
--bg-surface-low-transparent: fadeout(@mantle, 100%);
|
||||||
--bg-surface-extra-low: @crust;
|
--bg-surface-extra-low: @crust;
|
||||||
--bg-surface-extra-low: fadeout(@crust, 100);
|
--bg-surface-extra-low-transparent: fadeout(@crust, 100);
|
||||||
|
|
||||||
--bg-surface-hover: @surface0;
|
--bg-surface-hover: @surface0;
|
||||||
--bg-surface-active: @surface1;
|
--bg-surface-active: @surface1;
|
||||||
@ -139,4 +139,4 @@
|
|||||||
@media (prefers-color-scheme: dark) { .system-theme, .system-theme .text { #catppuccin(@darkFlavor, @accentColor); } }
|
@media (prefers-color-scheme: dark) { .system-theme, .system-theme .text { #catppuccin(@darkFlavor, @accentColor); } }
|
||||||
} /* /@-moz-document */
|
} /* /@-moz-document */
|
||||||
|
|
||||||
// vim:ft=less
|
// vim:ft=less
|
||||||
|
Loading…
x
Reference in New Issue
Block a user