Skip to content

Commit

Permalink
util: colorize: use prefer-light GNOME color scheme for light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
intelfx committed Sep 23, 2024
1 parent e600d6d commit debc14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/colorize
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GTK_THEME=Adwaita # Arc
function adjust_gtk3() {
local gtk3_theme=( Adwaita Adwaita-dark ) #( Arc Arc-Dark )
#local shell_theme=( Adwaita Adwaita ) #( Arc Arc-Dark )
local color_scheme=( default prefer-dark )
local color_scheme=( prefer-light prefer-dark )
local icon_theme=( 'Papirus-Light' 'Papirus-Dark' )

dconf write /org/gnome/desktop/interface/color-scheme "'${color_scheme[$1]}'"
Expand Down

0 comments on commit debc14d

Please sign in to comment.