Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
/ asdf-theme-1 Public archive

A GTK theme made by me using oomox. The theme is intended to be easy on the eyes but still preserve enough contrast to work properly. Lastly, using the dark variant, add some punch using the color of the font.

Notifications You must be signed in to change notification settings

endegraaf/asdf-theme-1

Repository files navigation

asdf-theme-1

A small collection of Oomox based themes for Gnome. These themes were created by me because I really wanted a desktop experience which is easy on the eyes while maintaining enough contrast for proper visibility of window controls.

The following themes are put in this repo:

  • oomox-asdf-theme-1
  • oomox-asdf-theme-darkblue-gradient
  • oomox-asdf-theme-darkblue-flat

Screenshots

The rest of Gnome (shell, icons, etc) is left to defaults.

oomox-asdf-theme-1

oomox-asdf-theme-darkblue-gradient

oomox-asdf-theme-darkblue-flat

Installation

As you would normally do, copy the themes to your ~/.themes/ folder. You can now set it using 'gnome-tweak-tool` or from command line if you prefer.

There is one manual step you need to do because there are some window resize issues with the default generated themes. That is create (or append) to ~/.config/gtk-3.0/gtk.css the following lines.

/*@define-color decoration_border_color #E6A531;*/
@define-color decoration_border_color_unfocused #0E0021;

/* focused window */
decoration {
    border: 1px solid @decoration_border_color;
    /* switch colors smoothly with a transition animation */
    transition: border-color ease-in 0.2s, background-color ease-in 0.2s;
}

/* unfocused window */
decoration:backdrop {
    border-color: @decoration_border_color_unfocused;
    background-color: @decoration_border_color_unfocused;
}

/* focused window (server-side rendering hack) */
.ssd .titlebar {
    border: 2px solid @decoration_border_color;
    border-bottom: none;

    /* transition animation does not seem to work with server-side rendering */
    /* transition: border-color ease-in 0.2s; */
}

/* unfocused window (server-side rendering hack) */
.ssd .titlebar:backdrop {
    border-color: @decoration_border_color_unfocused;
}

/* remove borders of maximized windows */
.maximized decoration,
.ssd.maximized .titlebar {
    border: none
}

About

A GTK theme made by me using oomox. The theme is intended to be easy on the eyes but still preserve enough contrast to work properly. Lastly, using the dark variant, add some punch using the color of the font.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published