Skip to content

Commit

Permalink
Increase contrast of yellow alert text on bg
Browse files Browse the repository at this point in the history
Interpolate lightness between alert:red (95%) and alert:green (80%).
  • Loading branch information
x42 committed Aug 1, 2020
1 parent 34d6e02 commit 40fd205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk2_ardour/themes/dark-ardour.colors
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Color name="alert:orange" value="e58b05ff"/>
<Color name="alert:red" value="f10000ff"/>
<Color name="alert:ruddy" value="bb2828ff"/>
<Color name="alert:yellow" value="bba900ff"/>
<Color name="alert:yellow" value="e0e000ff"/>
<Color name="theme:bg" value="3d3d3dff"/> <!--gtk_background-->
<Color name="theme:bg1" value="373737ff"/> <!--gtk_audio_track-->
<Color name="theme:bg2" value="101010ff"/> <!--ruler base-->
Expand Down

0 comments on commit 40fd205

Please sign in to comment.