mate-terminal: Proposed theme profile for improved ergonomics

One of the goal with Trisquel is to offer a computer accessibility. Common settings to prevent digital eye-straining, font-size 12, light background.

Default profile

image

Proposed profile

image

Font-size

"A clearly legible font of at least size 12 preferably in a dark color over light background should be chosen.".

These settings keep the default font and increase its size from 10 to 12:

gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-system-font true
gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ font 'Monospace Regular 12'

Or use gsettings override: "You can customize Mate via gsettings overrides. [For example]: https://src.fedoraproject.org/rpms/mate-desktop/blob/rawhide/f/mate-fedora-f34.gschema.override Such a file needs to be installed to %{_datadir}/glib-2.0/schemas/10_mate-fedora.gschema.override" - https://github.com/mate-desktop/mate-terminal/issues/440#issuecomment-1644414336

Background color

White or slightly off-white screens are often recommended to avoid eye-straining for day-time use. Dark background might be better for nighttime use for some people. However, most people are using their computers during the day.

This setting will disable the default colors and switch to black fg with light yellow bg:

gsettings set org.mate.terminal.profile:/org/mate/terminal/profiles/default/ use-theme-colors false

More

I've filed: [Feature request]: Reload the settings when they are applied from the interactive shell like gnome-terminal #439

Edited by David Hedlund
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information