make geary emails readable colors

This commit is contained in:
notgne2 2022-01-30 09:32:15 -07:00
parent e1bcc9e797
commit af62288e3c
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8
2 changed files with 12 additions and 0 deletions

View File

@ -290,6 +290,13 @@ in
};
};
xdg.configFile."geary/user-style.css".text = ''
:root, *:not(a) {
background-color: #${cfg.base16.base00} !important;
color: #${cfg.base16.base05} !important;
}
'';
systemd.user.sessionVariables.GTK_THEME = "Generated";
home.sessionVariables.GTK_THEME = "Generated";

View File

@ -65,11 +65,16 @@ in
defaultApplications = {
"inode/directory" = "org.gnome.Nautilus.desktop";
"image/*" = "org.gnome.eog.desktop";
"video/*" = "org.gnome.Totem.desktop";
"text/html" = "chromium-browser.desktop";
"x-scheme-handler/http" = "chromium-browser.desktop";
"x-scheme-handler/https" = "chromium-browser.desktop";
"x-scheme-handler/about" = "chromium-browser.desktop";
"x-scheme-handler/mailto" = "org.gnome.Geary.desktop";
"application/zip" = "org.gnome.FileRoller.desktop";
"application/rar" = "org.gnome.FileRoller.desktop";
"application/7z" = "org.gnome.FileRoller.desktop";