Skip to content

Commit

Permalink
Update Dock.osl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Nov 9, 2024
1 parent e3aa4ed commit c09a745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSL Programs/apps/Dock/Dock.osl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ height = 36

// theme
if user.theme.len < 5 or user.theme.istype("object").not (
network "update" "theme" {"primary":"#222","secondary":"#555","tertiary":"#777","text":"#fff","background":"#050505"}
network "update" "theme" {"primary":"#222","secondary":"#555","tertiary":"#777","text":"#fff","background":"#050505","accent":"#57cdac"}
)

file_loc = user_folder ++ "/Dock"
Expand Down

0 comments on commit c09a745

Please sign in to comment.