Skip to content

Commit

Permalink
πŸ’„ Darken colour of toolbar_field in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Jan 1, 2024
1 parent 469cdef commit 432e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/addons/light/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"toolbar": "#f5f6f7",
"toolbar_top_separator": "#ccc",
"toolbar_bottom_separator": "#ccc",
"toolbar_field": "#f0f0f4",
"toolbar_field": "rgb(227, 227, 232)",
"toolbar_field_text": "rgb(21, 20, 26)",
"toolbar_field_border": "#aaa",
"toolbar_field_border_focus": "#0061e0",
Expand Down

0 comments on commit 432e277

Please sign in to comment.