Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
README.md: Update current dark-variant status
Browse files Browse the repository at this point in the history
From this commit, we no longer watch the key
'gtk-application-prefer-dark-theme' anymore in Nokto-variants
like Adwaita did as "Adwaita-Dark" 3.22/4.0 cycle.

* This introduces impossibility of mixin' light-variant Gtk+ 3.x/4.0 theming
with dark-variant Gtk+ 2.x theming (heavy regression).
* This also introduces ugly firefox dark-variant theming (almost
out of control, at least I won't do anything for FF's appearance
currently).
  • Loading branch information
tista500 committed May 10, 2017
1 parent 61abe8e commit 7dd62b2
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,8 @@ Variant Matrix

> **Note:**
>
> **Nokto** is a Gtk+ 2.x dark variant.
>
> **Eta** is a tiny Gtk+ 2.x/3.2x Gtk+ widget variant for saving space.
>
> * To enable global dark theme, you use proper tools like Gnome-Tweak-Tool.
> Or add this porperty to `[Settings]` section of `$HOME/.config/gtk-3.0/settings.ini`:
>
> ```
> [Settings]
> gtk-application-prefer-dark-theme=1
> ```
>
> * **Nokto** is a dark variant.
> * **Eta** is a tiny Gtk+ 2.x/3.2x Gtk+ widget variant for saving space.
> * I suggest you use the Eta variants if your LCD resolution is lower than FHD (1080p). Eta draws widgets around -20% to -30% spacing.
> * Metacity theming supports Eta variants (>= 3.20.x or 3.22.x).
Expand Down Expand Up @@ -333,7 +323,6 @@ Work in Progress

TODO
----
* Provide the separated dark-variants in Gtk+ 3.x (priority: high)
* Prepare for Steam theming (priority: Low)
* Add Firefox specific theming (priority: undecided)

Expand Down

0 comments on commit 7dd62b2

Please sign in to comment.