Minimalist flat dark theme for:
- Gnome Shell 3.20 - 3.28
- GTK 2 + 3
- GtkSourceView (Meld)
- Kvantum (VirtualBox)
- Sublime Text
- Audacity
Also includes some GNOS branding assets.
Uncompress the latest release to ~/.local/share/themes
.
GNOS installer is required to install dependencies & build the theme:
sudo gnowledge -a theme.bash Internal BuildTheme "Gnos-theme"
To build with custom colors you need patch these variables in installer's InitAdditional
function:
THEME_COLOR_FOREGD_RGB="192,192,192"
THEME_COLOR_BACKGD_RGB="24,22,20"
THEME_COLOR_WINDOW_RGB="36,34,32"
THEME_COLOR_OBJECT_RGB="48,46,44"
THEME_COLOR_SELECT_RGB="23,77,141"
THEME_COLOR_HOTHOT_RGB="234,117,0"
THEME_COLOR_MANAGE_RGB="183,58,48"
THEME_COLOR_OKOKOK_RGB="47,134,70"
GNOS theme is a hacky automated patch of Arc Dark theme.