Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions styles/wikiwand/catppuccin.user.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/* ==UserStyle==
@name Wikiwand Catppuccin
@namespace github.com/catppuccin/userstyles/styles/wikiwand
@version 1.0.1
@description Soothing pastel theme for wikiwand
@author Catppuccin
@name Wikiwand Catppuccin
@namespace github.com/catppuccin/userstyles/styles/wikiwand
@homepageURL https://github.com/catppuccin/userstyles
@version 1.2.0
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikiwand/catppuccin.user.css
@description Soothing pastel theme for Wikiwand
@author Catppuccin
@license MIT

@preprocessor less
@var select lightTheme "lightTheme" ["latte:Latte*", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha"]
@var select darkTheme "darkTheme" ["latte:Latte", "frappe:Frappe", "macchiato:Macchiato", "mocha:Mocha*"]
Expand All @@ -14,12 +18,14 @@
.root_light__Inhun {
#catppuccin(@lightTheme, @accentColor);
}

.root_earth__3sDLo,
.root_dark__oGh5X,
.root_auto__Xg3qF,
.root_grey__eKz_h {
#catppuccin(@darkTheme, @accentColor);
}

@catppuccin: {
@latte: {
@rosewater: #dc8a78;
Expand Down Expand Up @@ -164,8 +170,7 @@
@crust: @catppuccin[@@lookup][@crust];
@accent-Color: @catppuccin[@@lookup][@@accent];

.root_dark__oGh5X,
.root_light__Inhun {
& {
--color-bg: @base;
--color-text: @text;
--color-grey: @subtext0;
Expand Down Expand Up @@ -461,5 +466,9 @@
color: @accent-Color;
fill: @accent-Color;
}
.wikitable tr::before {
background-color: @surface0 !important;
border-color: @surface2 !important;
}
}
}
}