Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve contrast of light deviation in `palette` | 2025-02-26 | 1 | -1/+1 | |
| | |||||
* | Darken background of `Dark` theme | 2025-02-22 | 1 | -1/+1 | |
| | |||||
* | Improve `readable` fallback strategy in `palette` | 2025-02-22 | 1 | -11/+20 | |
| | |||||
* | Tweak colors of `Light` and `Dark` themes | 2025-02-22 | 1 | -3/+3 | |
| | |||||
* | Add `weakest` and `strongest` to `Background` palette | 2025-02-22 | 1 | -5/+21 | |
| | | | | ... and tweak background shade generation logic. | ||||
* | Run `cargo fmt` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Use `color!` macro in `Palette` definitions | 2025-01-27 | 1 | -9/+9 | |
| | |||||
* | Make `Color::from_rgb8` and `Color::from_rgba8` const | 2025-01-25 | 1 | -45/+9 | |
| | |||||
* | Fix consistency of import ordering | 2025-01-06 | 1 | -2/+2 | |
| | |||||
* | chore: remove once_cell dependency | 2025-01-06 | 1 | -45/+46 | |
| | |||||
* | Moved warning to be between success and danger | 2025-01-06 | 1 | -52/+52 | |
| | |||||
* | Added color for warning for TERRA, and added warning field to Extended with ↵ | 2025-01-06 | 1 | -0/+33 | |
| | | | | the needed struct and generate | ||||
* | Added color for warning for OXOCARBON, used a purple since it is the one ↵ | 2025-01-06 | 1 | -0/+1 | |
| | | | | used for diagnostic warnings in the nvim theme | ||||
* | Added color for warning for MOONFLY and NIGHTFLY | 2025-01-06 | 1 | -0/+2 | |
| | |||||
* | Added color for warning for TOKYO_NIGHT and KANAGAWA | 2025-01-06 | 1 | -0/+6 | |
| | |||||
* | Added color for warning for GRUVBOX and CATPPUCCIN | 2025-01-06 | 1 | -0/+6 | |
| | |||||
* | Added warning field to palette and assigned colors to it in the LIGHT, DARK, ↵ | 2025-01-06 | 1 | -0/+16 | |
| | | | | DRACULA, NORD and SOLARIZED(both) themes | ||||
* | Pick best contrast between black/white in `theme::palette` | 2024-04-07 | 1 | -8/+16 | |
| | |||||
* | Use `Lch` to choose white text when not readable in `theme::palette` | 2024-04-07 | 1 | -2/+6 | |
| | |||||
* | Revert "Merge pull request #2376 from ↵ | 2024-04-07 | 1 | -10/+2 | |
| | | | | | | | Davidster/fix_palette_readable_color_contrast" This reverts commit 63042354fc51884098f88e240f73e689295df31c, reversing changes made to 31d1d5fecbef50fa319cabd5d4194f1e4aaefa21. | ||||
* | add stronger guarantee of readability/contrast for palette background/text ↵ | 2024-04-07 | 1 | -2/+10 | |
| | | | | color pairs | ||||
* | feat: added ferra | 2024-03-15 | 1 | -0/+15 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -0/+625 | |