summaryrefslogtreecommitdiffstats
path: root/style/src/theme.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify `scrollable` styling APILibravatar Héctor Ramón Jiménez2024-02-121-56/+21
* Introduce an appearance for a scrollable, ability to customize the scrollbar ...Libravatar dtzxporter2024-02-121-0/+14
* Add Kanagawa, Moonfly, Nightfly, Oxocarbon themesLibravatar Var Bhat2024-02-111-0/+36
* add tokyo night themes and palettesLibravatar Var Bhat2024-02-111-0/+18
* add catppuccin themesLibravatar Var Bhat2024-02-111-0/+26
* Use custom `Application::style` to enable transparencyLibravatar Héctor Ramón Jiménez2024-02-101-8/+9
* Styling for QR Code using theme frameworkLibravatar Clark Moody2024-02-091-0/+41
* add border widths to toggler stylesheetLibravatar Giuliano Bellini s2947392024-02-071-2/+4
* Capitalize theme names in docs of `Theme`Libravatar Héctor Ramón Jiménez2024-02-031-6/+6
* Use `Theme::ALL` for theme selector in `styling` exampleLibravatar Héctor Ramón Jiménez2024-02-031-3/+13
* Add Dracula, Nord, Solarized and Grubvox variants to `Theme`Libravatar Var Bhat2024-02-031-0/+30
* Use strong background for `Secondary` checkbox accentLibravatar Héctor Ramón Jiménez2024-02-011-2/+2
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-2/+38
* Add `Shadow` to `container::Appearance`Libravatar Héctor Ramón Jiménez2024-01-201-1/+2
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-56/+72
* Merge pull request #2163 from hicaru/svg_hoverLibravatar Héctor Ramón2024-01-181-0/+8
|\
| * added svg hover, for styles implLibravatar hicaru2023-12-121-0/+8
* | Add `Theme` selector to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-6/+30
* | Add basic controls to `layout` exampleLibravatar Héctor Ramón Jiménez2024-01-101-0/+6
|/
* Merge branch 'master' into text-editorLibravatar Héctor Ramón Jiménez2023-10-271-3/+3
|\
| * Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-3/+3
* | Draft `Editor` API and `TextEditor` widgetLibravatar Héctor Ramón Jiménez2023-09-121-0/+113
|/
* Introduce `theme::Custom::with_fn` to generate completely custom themesLibravatar Héctor Ramón Jiménez2023-09-031-5/+22
* Change default styling of `Slider` to leverage rounded bordersLibravatar Héctor Ramón Jiménez2023-06-011-2/+2
* Add border_radius to slider railLibravatar Casper Storm2023-06-011-1/+2
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-18/+18
* Support conversion from Fn trait to custom themeLibravatar Marien Zwart2023-05-211-12/+16
* Merge pull request #1856 from jhff/pane_grid_split_with_dragged_paneLibravatar Héctor Ramón2023-05-191-0/+19
|\
| * Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2023-05-191-2/+2
| * Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-161-0/+19
* | Implement `custom` helper for `theme::Button`Libravatar Héctor Ramón Jiménez2023-05-191-0/+9
* | Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez2023-05-191-3/+3
* | Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-0/+3
|/
* Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-171-20/+66
|\
| * Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-131-1/+0
| * Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez2023-04-121-1/+1
| * Use a `border_radius` of `2.0` for slider rails in built-in themeLibravatar Héctor Ramón Jiménez2023-04-121-1/+1
| * Remove `border_width` support in `slider::Rail`Libravatar Héctor Ramón Jiménez2023-04-121-2/+0
| * Introduce left and right colors for slider railsLibravatar Night_Hunter2023-04-121-4/+10
| * Fine-tune built-in styling of disabled `TextInput`Libravatar Héctor Ramón Jiménez2023-04-121-7/+5
| * Introduce disabled state for `TextInput`Libravatar Dan Mishin2023-04-121-0/+26
| * Changed `Handle` to `Icon` to be consistentLibravatar Casper Storm2023-04-111-3/+3
| * Updated `handle_color` for focused stateLibravatar Casper Storm2023-04-111-1/+1
| * feat: added handle to text_inputLibravatar Casper Storm2023-04-111-0/+3
| * Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-271-32/+31
| * renamed scrollable stylesLibravatar Giuliano Bellini s2947392023-03-251-10/+10
| * Merge branch 'iced-rs:master' into masterLibravatar Giuliano Bellini2023-02-221-2/+2
| |\
| * | added function focused and focused_horizontal to theme.rsLibravatar Giuliano Bellini s2947392023-01-231-0/+17
* | | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-1/+1
| |/ |/|
* | Added the ability to change checkbox iconLibravatar Casper Storm2023-02-161-2/+2
|/