12 Commits

Author SHA1 Message Date
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