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
|
||||
url: https://github.com/ndsboy
|
||||
- &jn-sena
|
||||
name: jan Sena
|
||||
name: Sena
|
||||
url: https://github.com/jn-sena
|
||||
- &watatomo
|
||||
name: Ren
|
||||
@ -78,7 +78,7 @@ userstyles:
|
||||
name: Cinny
|
||||
category: messaging
|
||||
readme:
|
||||
app-link: "https://github.com/cinnyapo/cinny"
|
||||
app-link: "https://cinny.in"
|
||||
current-maintainers: [*jn-sena]
|
||||
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==
|
||||
@name Cinny Catppuccin
|
||||
@namespace github.com/catppuccin/userstyles/styles/cinny
|
||||
@version 2.1.1
|
||||
@version 2.1.2
|
||||
@description Soothing pastel theme for Cinny
|
||||
@author Catppuccin
|
||||
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/cinny/catppuccin.user.css
|
||||
@ -58,7 +58,7 @@
|
||||
--bg-surface-low: @mantle;
|
||||
--bg-surface-low-transparent: fadeout(@mantle, 100%);
|
||||
--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-active: @surface1;
|
||||
@ -139,4 +139,4 @@
|
||||
@media (prefers-color-scheme: dark) { .system-theme, .system-theme .text { #catppuccin(@darkFlavor, @accentColor); } }
|
||||
} /* /@-moz-document */
|
||||
|
||||
// vim:ft=less
|
||||
// vim:ft=less
|
||||
|
Loading…
x
Reference in New Issue
Block a user