mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-12 17:32:21 -04:00
Add colors utilities
Local function get_base_color(), conversions hex <=> rgb, rgb color mixer, and global function get_color()
This commit is contained in:
parent
2111db2ff9
commit
0b3497eb2f
15 changed files with 80 additions and 39 deletions
|
@ -21,8 +21,8 @@ function mail.show_about(name)
|
|||
|
||||
tablecolumns[color;text;text]
|
||||
table[5,0.75;4.9,5.5;contributors;]] ..
|
||||
mail.colors.header .. [[,]] .. S("Contributors") .. [[,,]] ..
|
||||
mail.colors.important .. [[,Cheapie,Initial idea/project,]] ..
|
||||
mail.get_color("h") .. [[,]] .. S("Contributors") .. [[,,]] ..
|
||||
mail.get_color("i") .. [[,Cheapie,Initial idea/project,]] ..
|
||||
[[,Rubenwardy,Lua/UI improvements,]] ..
|
||||
[[,BuckarooBanzay,Clean-ups\, Refactoring,]] ..
|
||||
[[,Athozus,Boxes\, Maillists\, UI\, Settings,]] ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue