index
:
iced_material
master
A custom theme for iced, inspired by Material3
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text_editor.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2026-03-27
chore: necessary updates for iced-rs/iced@6690731
Polesznyák Márk
4
-32
/
+17
2026-03-22
feat: move from sourcehut to my git instance
Polesznyák Márk
4
-36
/
+7
2026-02-12
feat!: cd selection && mv default primary
Polesznyák Márk
1
-3
/
+3
2026-02-12
docs: fix typo, unused markdown link
Polesznyák Márk
1
-3
/
+1
2026-02-03
refactor: increase border radius of rounded widgets just in case
Polesznyák Márk
5
-13
/
+12
2026-01-20
chore: bump MSRV to match iced's
Polesznyák Márk
1
-1
/
+1
2026-01-01
feat!: remove feature flags that should be set on iced by the user
Polesznyák Márk
4
-11
/
+7
2025-12-11
chore: point iced deps to 0.15.0-dev
Polesznyák Márk
1
-3
/
+3
2025-12-09
chore: update as necessary for upstream iced changes
Polesznyák Márk
3
-30
/
+54
2025-11-30
chore(manifest): add homepage, fix repo URL
Polesznyák Márk
1
-1
/
+2
2025-11-30
chore: update as necessary for upstream iced changes
Polesznyák Márk
4
-31
/
+82
2025-11-22
feat!: combine `Primary`, `Secondary`, `Tertiary` and `Error`
Polesznyák Márk
20
-247
/
+184
Now only a singular `ColorQuartet` struct exists. Also rename some `Surface` and `Inverse` fields for consistency.