Skip to content

Commit

Permalink
Add: Dark Mode Support
Browse files Browse the repository at this point in the history
Color Tuning
  • Loading branch information
Schneppi committed Aug 9, 2023
1 parent 1ec8424 commit c74ad15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ Inherits DesktopApplication
#tag Constant, Name = Color_DarkMode_Red2, Type = Color, Dynamic = False, Default = \"&c94453B", Scope = Public
#tag EndConstant

#tag Constant, Name = Color_LightMode_Green1, Type = Color, Dynamic = False, Default = \"&c73FA79", Scope = Public
#tag Constant, Name = Color_LightMode_Green1, Type = Color, Dynamic = False, Default = \"&cA3FCA7", Scope = Public
#tag EndConstant

#tag Constant, Name = Color_LightMode_Green2, Type = Color, Dynamic = False, Default = \"&cC8FACA", Scope = Public
#tag EndConstant

#tag Constant, Name = Color_LightMode_Red1, Type = Color, Dynamic = False, Default = \"&cFF7E79", Scope = Public
#tag Constant, Name = Color_LightMode_Red1, Type = Color, Dynamic = False, Default = \"&cFFBDBB", Scope = Public
#tag EndConstant

#tag Constant, Name = Color_LightMode_Red2, Type = Color, Dynamic = False, Default = \"&cFFCDCB", Scope = Public
Expand Down

0 comments on commit c74ad15

Please sign in to comment.