Update Gruvbox Base user style to version 1.0.6 and make minor color adjustments

This commit is contained in:
Mars Niermann 2023-03-30 01:01:54 +02:00
parent 9fee9887a1
commit 8232d0e083
No known key found for this signature in database
GPG key ID: B2D0FC62A74FC971

View file

@ -1,7 +1,7 @@
/* ==UserStyle== /* ==UserStyle==
@name Gruvbox Base @name Gruvbox Base
@namespace git.m3.fyi/Marsn3 @namespace git.m3.fyi/Marsn3
@version 1.0.5 @version 1.0.6
@description Base Gruvbox Theme @description Base Gruvbox Theme
@author Marsn3 @author Marsn3
@homepageURL https://git.m3.fyi/Marsn3/userstyles @homepageURL https://git.m3.fyi/Marsn3/userstyles
@ -153,12 +153,12 @@ regexp("about:(?!addons|app-manager|config|customizing|stylish-edit|downloads|pe
} }
input::placeholder, input::placeholder,
textarea::placeholder { textarea::placeholder {
color: var(--fg4) !important; color: var(--fg3) !important;
} }
input, input,
textarea { textarea {
color: var(--fg) !important; color: var(--fg) !important;
background-color: var(--bg3) !important; background-color: var(--bg2) !important;
} }
* { * {
scrollbar-color: var(--fg2) var(--bg3) !important; scrollbar-color: var(--fg2) var(--bg3) !important;