mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
8d91dbf6c0
Color palettes can now be stored in and read from files. The default palette will be read from `/res/color-palettes/default.palette` instead of being hard-coded in PaletteWidget. The file format is one color per line, in any format that can be understood by `Gfx::Color::from_string`.
16 lines
128 B
Text
16 lines
128 B
Text
#000000
|
|
#111111
|
|
#222222
|
|
#333333
|
|
#444444
|
|
#555555
|
|
#666666
|
|
#777777
|
|
#888888
|
|
#999999
|
|
#aaaaaa
|
|
#bbbbbb
|
|
#cccccc
|
|
#dddddd
|
|
#eeeeee
|
|
#ffffff
|