diff --git a/templates/userChrome.tera b/templates/userChrome.tera index e789677..456128e 100644 --- a/templates/userChrome.tera +++ b/templates/userChrome.tera @@ -40,6 +40,10 @@ whiskers: color: #{{ mantle.hex }} !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #{{ palette[accent].hex }} !important; + --swipe-nav-icon-accent-color: #{{ base.hex }}!important; + } .sidebar-placesTree { background-color: #{{ base.hex }} !important; } diff --git a/themes/Frappe/Blue/userChrome.css b/themes/Frappe/Blue/userChrome.css index 41400a0..71a436b 100644 --- a/themes/Frappe/Blue/userChrome.css +++ b/themes/Frappe/Blue/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #8caaee !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Flamingo/userChrome.css b/themes/Frappe/Flamingo/userChrome.css index b8bb4ba..6f1493d 100644 --- a/themes/Frappe/Flamingo/userChrome.css +++ b/themes/Frappe/Flamingo/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #eebebe !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Green/userChrome.css b/themes/Frappe/Green/userChrome.css index 4a18791..a11241f 100644 --- a/themes/Frappe/Green/userChrome.css +++ b/themes/Frappe/Green/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #a6d189 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Lavender/userChrome.css b/themes/Frappe/Lavender/userChrome.css index 016ae16..10408b4 100644 --- a/themes/Frappe/Lavender/userChrome.css +++ b/themes/Frappe/Lavender/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #babbf1 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Maroon/userChrome.css b/themes/Frappe/Maroon/userChrome.css index 40e23dc..4006f48 100644 --- a/themes/Frappe/Maroon/userChrome.css +++ b/themes/Frappe/Maroon/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #ea999c !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Mauve/userChrome.css b/themes/Frappe/Mauve/userChrome.css index 35ec0de..34d8734 100644 --- a/themes/Frappe/Mauve/userChrome.css +++ b/themes/Frappe/Mauve/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #ca9ee6 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Peach/userChrome.css b/themes/Frappe/Peach/userChrome.css index 40d721b..0d09e23 100644 --- a/themes/Frappe/Peach/userChrome.css +++ b/themes/Frappe/Peach/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #ef9f76 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Pink/userChrome.css b/themes/Frappe/Pink/userChrome.css index 87124be..b253e0e 100644 --- a/themes/Frappe/Pink/userChrome.css +++ b/themes/Frappe/Pink/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f4b8e4 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Red/userChrome.css b/themes/Frappe/Red/userChrome.css index a744819..de88c34 100644 --- a/themes/Frappe/Red/userChrome.css +++ b/themes/Frappe/Red/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #e78284 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Rosewater/userChrome.css b/themes/Frappe/Rosewater/userChrome.css index dfcc3be..1aa58d8 100644 --- a/themes/Frappe/Rosewater/userChrome.css +++ b/themes/Frappe/Rosewater/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f2d5cf !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Sapphire/userChrome.css b/themes/Frappe/Sapphire/userChrome.css index 177346c..0c0d6c8 100644 --- a/themes/Frappe/Sapphire/userChrome.css +++ b/themes/Frappe/Sapphire/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #85c1dc !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Sky/userChrome.css b/themes/Frappe/Sky/userChrome.css index 1a80d6a..cc50b43 100644 --- a/themes/Frappe/Sky/userChrome.css +++ b/themes/Frappe/Sky/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #99d1db !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Teal/userChrome.css b/themes/Frappe/Teal/userChrome.css index bb18336..92e5c04 100644 --- a/themes/Frappe/Teal/userChrome.css +++ b/themes/Frappe/Teal/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #81c8be !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Frappe/Yellow/userChrome.css b/themes/Frappe/Yellow/userChrome.css index c8631c3..028e21e 100644 --- a/themes/Frappe/Yellow/userChrome.css +++ b/themes/Frappe/Yellow/userChrome.css @@ -30,6 +30,10 @@ color: #292c3c !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #e5c890 !important; + --swipe-nav-icon-accent-color: #303446!important; + } .sidebar-placesTree { background-color: #303446 !important; } diff --git a/themes/Latte/Blue/userChrome.css b/themes/Latte/Blue/userChrome.css index f734469..b27f1ee 100644 --- a/themes/Latte/Blue/userChrome.css +++ b/themes/Latte/Blue/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #1e66f5 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Flamingo/userChrome.css b/themes/Latte/Flamingo/userChrome.css index 57ee2ab..06c0a8b 100644 --- a/themes/Latte/Flamingo/userChrome.css +++ b/themes/Latte/Flamingo/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #dd7878 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Green/userChrome.css b/themes/Latte/Green/userChrome.css index 51ab190..2bec187 100644 --- a/themes/Latte/Green/userChrome.css +++ b/themes/Latte/Green/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #40a02b !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Lavender/userChrome.css b/themes/Latte/Lavender/userChrome.css index f7abc96..82d74c5 100644 --- a/themes/Latte/Lavender/userChrome.css +++ b/themes/Latte/Lavender/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #7287fd !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Maroon/userChrome.css b/themes/Latte/Maroon/userChrome.css index 1b0c17b..870abef 100644 --- a/themes/Latte/Maroon/userChrome.css +++ b/themes/Latte/Maroon/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #e64553 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Mauve/userChrome.css b/themes/Latte/Mauve/userChrome.css index 7953c77..37f504a 100644 --- a/themes/Latte/Mauve/userChrome.css +++ b/themes/Latte/Mauve/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #8839ef !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Peach/userChrome.css b/themes/Latte/Peach/userChrome.css index 6273746..1f089e2 100644 --- a/themes/Latte/Peach/userChrome.css +++ b/themes/Latte/Peach/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #fe640b !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Pink/userChrome.css b/themes/Latte/Pink/userChrome.css index 04fb49f..1f014f2 100644 --- a/themes/Latte/Pink/userChrome.css +++ b/themes/Latte/Pink/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #ea76cb !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Red/userChrome.css b/themes/Latte/Red/userChrome.css index c16bdc8..da8d273 100644 --- a/themes/Latte/Red/userChrome.css +++ b/themes/Latte/Red/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #d20f39 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Rosewater/userChrome.css b/themes/Latte/Rosewater/userChrome.css index cedd144..1ff6494 100644 --- a/themes/Latte/Rosewater/userChrome.css +++ b/themes/Latte/Rosewater/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #dc8a78 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Sapphire/userChrome.css b/themes/Latte/Sapphire/userChrome.css index 6783e46..adcc7bc 100644 --- a/themes/Latte/Sapphire/userChrome.css +++ b/themes/Latte/Sapphire/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #209fb5 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Sky/userChrome.css b/themes/Latte/Sky/userChrome.css index 93f6abb..7c44fff 100644 --- a/themes/Latte/Sky/userChrome.css +++ b/themes/Latte/Sky/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #04a5e5 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Teal/userChrome.css b/themes/Latte/Teal/userChrome.css index 14f7974..6de053d 100644 --- a/themes/Latte/Teal/userChrome.css +++ b/themes/Latte/Teal/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #179299 !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Latte/Yellow/userChrome.css b/themes/Latte/Yellow/userChrome.css index 0e3c44c..27e94be 100644 --- a/themes/Latte/Yellow/userChrome.css +++ b/themes/Latte/Yellow/userChrome.css @@ -30,6 +30,10 @@ color: #e6e9ef !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #df8e1d !important; + --swipe-nav-icon-accent-color: #eff1f5!important; + } .sidebar-placesTree { background-color: #eff1f5 !important; } diff --git a/themes/Macchiato/Blue/userChrome.css b/themes/Macchiato/Blue/userChrome.css index 3d3fff2..fa1a31f 100644 --- a/themes/Macchiato/Blue/userChrome.css +++ b/themes/Macchiato/Blue/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #8aadf4 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Flamingo/userChrome.css b/themes/Macchiato/Flamingo/userChrome.css index b754b23..4e612c1 100644 --- a/themes/Macchiato/Flamingo/userChrome.css +++ b/themes/Macchiato/Flamingo/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f0c6c6 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Green/userChrome.css b/themes/Macchiato/Green/userChrome.css index 5fd580b..03c14c5 100644 --- a/themes/Macchiato/Green/userChrome.css +++ b/themes/Macchiato/Green/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #a6da95 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Lavender/userChrome.css b/themes/Macchiato/Lavender/userChrome.css index 8fcf934..ecbda2e 100644 --- a/themes/Macchiato/Lavender/userChrome.css +++ b/themes/Macchiato/Lavender/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #b7bdf8 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Maroon/userChrome.css b/themes/Macchiato/Maroon/userChrome.css index 8297c7f..3d2ec65 100644 --- a/themes/Macchiato/Maroon/userChrome.css +++ b/themes/Macchiato/Maroon/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #ee99a0 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Mauve/userChrome.css b/themes/Macchiato/Mauve/userChrome.css index 5ee55c7..77eef6d 100644 --- a/themes/Macchiato/Mauve/userChrome.css +++ b/themes/Macchiato/Mauve/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #c6a0f6 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Peach/userChrome.css b/themes/Macchiato/Peach/userChrome.css index 61149b9..e3753a6 100644 --- a/themes/Macchiato/Peach/userChrome.css +++ b/themes/Macchiato/Peach/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f5a97f !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Pink/userChrome.css b/themes/Macchiato/Pink/userChrome.css index 504f11b..18c15f5 100644 --- a/themes/Macchiato/Pink/userChrome.css +++ b/themes/Macchiato/Pink/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f5bde6 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Red/userChrome.css b/themes/Macchiato/Red/userChrome.css index a720cb1..e501595 100644 --- a/themes/Macchiato/Red/userChrome.css +++ b/themes/Macchiato/Red/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #ed8796 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Rosewater/userChrome.css b/themes/Macchiato/Rosewater/userChrome.css index 4174008..b84de4a 100644 --- a/themes/Macchiato/Rosewater/userChrome.css +++ b/themes/Macchiato/Rosewater/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f4dbd6 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Sapphire/userChrome.css b/themes/Macchiato/Sapphire/userChrome.css index 8b069e8..a0fb3f3 100644 --- a/themes/Macchiato/Sapphire/userChrome.css +++ b/themes/Macchiato/Sapphire/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #7dc4e4 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Sky/userChrome.css b/themes/Macchiato/Sky/userChrome.css index e608306..23e4d08 100644 --- a/themes/Macchiato/Sky/userChrome.css +++ b/themes/Macchiato/Sky/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #91d7e3 !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Teal/userChrome.css b/themes/Macchiato/Teal/userChrome.css index 3d24716..b1e5207 100644 --- a/themes/Macchiato/Teal/userChrome.css +++ b/themes/Macchiato/Teal/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #8bd5ca !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Macchiato/Yellow/userChrome.css b/themes/Macchiato/Yellow/userChrome.css index ec56cf6..36c0932 100644 --- a/themes/Macchiato/Yellow/userChrome.css +++ b/themes/Macchiato/Yellow/userChrome.css @@ -30,6 +30,10 @@ color: #1e2030 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #eed49f !important; + --swipe-nav-icon-accent-color: #24273a!important; + } .sidebar-placesTree { background-color: #24273a !important; } diff --git a/themes/Mocha/Blue/userChrome.css b/themes/Mocha/Blue/userChrome.css index 0c167aa..cf33be7 100644 --- a/themes/Mocha/Blue/userChrome.css +++ b/themes/Mocha/Blue/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #89b4fa !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Flamingo/userChrome.css b/themes/Mocha/Flamingo/userChrome.css index d06d389..b1929b9 100644 --- a/themes/Mocha/Flamingo/userChrome.css +++ b/themes/Mocha/Flamingo/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f2cdcd !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Green/userChrome.css b/themes/Mocha/Green/userChrome.css index 5e37990..51e61f0 100644 --- a/themes/Mocha/Green/userChrome.css +++ b/themes/Mocha/Green/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #a6e3a1 !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Lavender/userChrome.css b/themes/Mocha/Lavender/userChrome.css index 29fdbf2..de10008 100644 --- a/themes/Mocha/Lavender/userChrome.css +++ b/themes/Mocha/Lavender/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #b4befe !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Maroon/userChrome.css b/themes/Mocha/Maroon/userChrome.css index 4700242..b8a85b7 100644 --- a/themes/Mocha/Maroon/userChrome.css +++ b/themes/Mocha/Maroon/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #eba0ac !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Mauve/userChrome.css b/themes/Mocha/Mauve/userChrome.css index 663525a..4f6221f 100644 --- a/themes/Mocha/Mauve/userChrome.css +++ b/themes/Mocha/Mauve/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #cba6f7 !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Peach/userChrome.css b/themes/Mocha/Peach/userChrome.css index 96d1b84..24c1f60 100644 --- a/themes/Mocha/Peach/userChrome.css +++ b/themes/Mocha/Peach/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #fab387 !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Pink/userChrome.css b/themes/Mocha/Pink/userChrome.css index 53ed267..bb44e84 100644 --- a/themes/Mocha/Pink/userChrome.css +++ b/themes/Mocha/Pink/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f5c2e7 !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Red/userChrome.css b/themes/Mocha/Red/userChrome.css index f06a3c6..3d53c1d 100644 --- a/themes/Mocha/Red/userChrome.css +++ b/themes/Mocha/Red/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f38ba8 !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Rosewater/userChrome.css b/themes/Mocha/Rosewater/userChrome.css index 1afb334..76fbc5a 100644 --- a/themes/Mocha/Rosewater/userChrome.css +++ b/themes/Mocha/Rosewater/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f5e0dc !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Sapphire/userChrome.css b/themes/Mocha/Sapphire/userChrome.css index 786cce4..e8c90ac 100644 --- a/themes/Mocha/Sapphire/userChrome.css +++ b/themes/Mocha/Sapphire/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #74c7ec !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Sky/userChrome.css b/themes/Mocha/Sky/userChrome.css index 428b1ae..0ed517f 100644 --- a/themes/Mocha/Sky/userChrome.css +++ b/themes/Mocha/Sky/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #89dceb !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Teal/userChrome.css b/themes/Mocha/Teal/userChrome.css index b830379..b4d5ab8 100644 --- a/themes/Mocha/Teal/userChrome.css +++ b/themes/Mocha/Teal/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #94e2d5 !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; } diff --git a/themes/Mocha/Yellow/userChrome.css b/themes/Mocha/Yellow/userChrome.css index 83319d8..e67d106 100644 --- a/themes/Mocha/Yellow/userChrome.css +++ b/themes/Mocha/Yellow/userChrome.css @@ -30,6 +30,10 @@ color: #181825 !important; } +#historySwipeAnimationPreviousArrow,#historySwipeAnimationNextArrow { + --swipe-nav-icon-primary-color: #f9e2af !important; + --swipe-nav-icon-accent-color: #1e1e2e!important; + } .sidebar-placesTree { background-color: #1e1e2e !important; }