Skip to content

Commit

Permalink
fix(duckduckgo): unthemed variables (#1358)
Browse files Browse the repository at this point in the history
* fix(duckduckgo): maps

* fix(duckduckgo): add another variable

* fix(duckduckgo): disabled text

* fix(duckduckgo): add more stuff

* fix(duckduckgo): hover
  • Loading branch information
somerand0mcatt authored Oct 7, 2024
1 parent 86ec5cb commit 8029f35
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion styles/duckduckgo/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name DuckDuckGo Catppuccin
@namespace github.com/catppuccin/userstyles/styles/duckduckgo
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo
@version 0.2.9
@version 0.3.0
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo
@description Soothing pastel theme for DuckDuckGo
Expand Down Expand Up @@ -78,6 +78,7 @@
}

--sds-color-text-02: @text !important;
--sds-color-text-disabled: @overlay0 !important;
--theme-col-txt-page-separator: @text!important;
--theme-col-page-separator: @text !important;
--theme-col-txt-url: @text !important;
Expand Down Expand Up @@ -186,6 +187,20 @@
--theme-dc-color-llama-main: @pink !important;
--theme-dc-color-mixtral-main: @peach !important;
--theme-dc-color-anchor-sleep: @subtext0 !important;
/* maps */
--sds-color-background-01: @base !important;
--sds-color-background-02: @mantle !important;
--sds-color-palette-red-40: @red !important;
--sds-color-border-01: @surface0 !important;
--col-blue-30: @blue !important;
--sds-color-palette-green-60: @green !important;
--sds-color-background-utility: @surface0 !important;

.address-detail {
background-color: @mantle;
color: @text;
border-color: @surface0;
}

.footer,
.footer--mobile,
Expand Down

0 comments on commit 8029f35

Please sign in to comment.