23 Commits

Author SHA1 Message Date
f672c3eb55 flutter fix deprecations 2024-08-13 18:13:04 +02:00
e4ba4e39e0 Avoid using Material 3 for now
The themes look quite ugly with Material 3. I'd prefer to do this
properly.
2023-12-06 03:59:19 +01:00
ea8cd35261 Fix deprecated methods 2023-02-09 16:00:29 +01:00
ca98da4029 Update deps and fix linting issues 2023-01-20 16:14:08 +01:00
e936980733 Allow Theme Name to be saved 2021-12-23 18:39:15 +01:00
5d90067160 Desktop: Use CupertinoPageTransition as default
I much prefer this over the zoom one. I'm just not sure if I should also
change it for Android.
2021-11-24 09:28:13 +01:00
2b8670bae6 Use ZoomPageTransition instead of the FadeUpwardsPageTransition
This is less ugly, though it still isn't that great.
2021-10-24 13:50:47 +02:00
1856f61b77 LightTheme: Use a better highlight color
Also use it consistently
2021-09-30 11:24:45 +02:00
33a731a3d7 Add reuse licensing to files in lib 2021-09-15 13:06:43 +02:00
e77180ab63 Fix appBar color with Flutter 2.5
The entire theme seems to be a mess. I need to figure out a better way
to theme the app.
2021-09-13 17:32:33 +02:00
7012e2b533 Stop using deprecated accentColor
For Flutter 2.5
2021-09-13 17:32:33 +02:00
3d348fe66f Avoid hardcoding the text highlight color
This also fixes text selection not being very visible in the dark mode.

Related to #467
2021-09-07 18:13:55 +02:00
88e57bb705 Add 'colorScheme' to the themes
This way there are no blue colours anymore, and the themes are kind of
better.
2021-06-06 01:29:30 +02:00
3f306932ef Cleanup themes 2021-06-04 18:55:19 +02:00
d3073f8cba Monarch: Expose the themes 2021-05-18 12:36:38 +02:00
445f35ab64 theme: stop using deprecated members 2021-03-24 15:48:51 +01:00
a84da10d77 Change cursor color to dark green
Otherwise it is not visible when in app bar when searching.
2020-09-07 17:23:02 +02:00
fa6135d022 Themes: Color the textSelectionHandle properly 2020-02-17 01:33:42 +01:00
80cf1613a0 DarkTheme: Change checklist selected color
The default one is not very readable.
2020-02-14 08:32:34 +01:00
e61e407739 Theme: Overwrite the cursor color
This blue cursor color just doesn't go with the rest of the theme.
2020-01-27 23:57:53 +01:00
ffc0af12a3 Enable prefer_const_constructors 2019-10-20 01:11:53 +01:00
b4e6786d9a Improve the dark theme
Avoid the green color when in the dark theme. It was clashing quite a
bit. Lets just go with complete dark shades for now. It's still really
missing something, though I'm not sure what.
2019-10-07 19:28:10 +02:00
c2d7841b32 Move Themes to their own file
I'm just experimenting with having different components more neatly
separated.
2019-10-07 19:18:34 +02:00