Commit graph

21 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
c856d2b513
Add ThemeChanged variant to Event in iced_sentinel 2024-02-27 15:19:26 +01:00
Héctor Ramón Jiménez
e43fafcae9
Hyperlink sources in style::theme::palette 2024-02-11 02:56:03 +01:00
Var Bhat
d5466c1861
Add Kanagawa, Moonfly, Nightfly, Oxocarbon themes 2024-02-11 02:50:38 +01:00
Var Bhat
4503e2ba7e
add tokyo night themes and palettes
Source: https://github.com/enkia/tokyo-night-vscode-theme
2024-02-11 02:50:38 +01:00
Var Bhat
3513a4ad56
add catppuccin themes 2024-02-11 02:50:35 +01:00
Héctor Ramón Jiménez
ed159cb963
Fix import style in style::theme::palette 2024-02-03 18:52:48 +01:00
Héctor Ramón Jiménez
5770efe06d
Capitalize theme names in style::theme::palette 2024-02-03 18:41:06 +01:00
Var Bhat
04b9dc4e2d
Add Dracula, Nord, Solarized and Grubvox variants to Theme 2024-02-03 18:29:25 +01:00
Héctor Ramón Jiménez
d76705df29
Add explain toggle to layout example 2024-01-10 10:01:51 +01:00
Clark Moody
2d21d0900e
Upgrade palette dependency 2023-05-25 23:44:31 +02:00
Héctor Ramón Jiménez
4b3d0fb08d
Write documentation for iced_style 2022-11-10 01:10:28 +01:00
Ashley Wulber
e2166ecad0
wip: Custom palette for built in theme 2022-11-03 03:23:35 +01:00
Ian Douglas Scott
be9cd3a09f Use once_cell instead of lazy_static
This seems to be generally considered the preferred, idiomatic solution
now. This is in the standard library behind a feature flag (apparently
now called `std::sync::LazyLock`).
2022-10-28 15:58:21 -07:00
Héctor Ramón Jiménez
4b8ae71b63
Add and purify arc example by @ThatsNoMoon 2022-07-10 15:15:29 +02:00
Héctor Ramón Jiménez
3a22faaa20
Remove unused code warnings 2022-06-07 04:55:46 +02:00
Héctor Ramón Jiménez
ce53d3933c
Implement theme styling for TextInput 2022-06-07 01:11:35 +02:00
Héctor Ramón Jiménez
d988d813d7
Introduce specific types for each palette::Extended field
We will have more control over color calculations for each semantic purpose this way.
2022-05-26 23:58:56 +02:00
Héctor Ramón Jiménez
5a39dad506
Tweak styling of Slider and improve contrast of Background 2022-05-26 05:31:25 +02:00
Héctor Ramón Jiménez
822a3cd04f
Let a Theme control the text_color of an application 2022-05-26 01:10:26 +02:00
Héctor Ramón Jiménez
3a820b45f3
Implement theme styling for Slider 2022-05-26 00:40:27 +02:00
Héctor Ramón Jiménez
2cfb307f8c
Implement basic theming Palette 2022-05-21 17:33:31 -04:00