Skip to content

Commit

Permalink
Add warning color
Browse files Browse the repository at this point in the history
Based on Minetest main menu orange color
  • Loading branch information
Athozus committed Feb 1, 2024
1 parent 46012a2 commit aab7acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ local generic_colors = {
additional = "#CCCCDD",
highlighted = "#608631",
new = "#00F529",
warning = "#FF8800",
}

local function get_base_color(c)
Expand Down

0 comments on commit aab7acf

Please sign in to comment.