mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
a8a4fb69c0
- When running pre-commit on all files it is picking up minified js and css files. Since prettier will format correctly the source files ignore them in end-of-file fixer. - The template files in web docs can be ignored too. - Removed the unneeded `pre-commit-hooks` dependency as pre-commit resolves that itself. - Include files fixed by pre-commit.
26 lines
498 B
Plaintext
26 lines
498 B
Plaintext
gtk-theme-name = "DelugeStart"
|
|
gtk-icon-theme-name = "Tango"
|
|
gtk-fallback-icon-theme = "hicolor"
|
|
gtk-alternative-button-order = 1
|
|
gtk-alternative-sort-arrows = 1
|
|
gtk-auto-mnemonics = 1
|
|
gtk-show-input-method-menu = 0
|
|
gtk-show-unicode-menu = 0
|
|
|
|
#gtk-toolbar-icon-size = small-toolbar
|
|
gtk-button-images = 0
|
|
gtk-menu-images = 1
|
|
|
|
style "notebook"
|
|
{
|
|
xthickness = 1
|
|
ythickness = 1
|
|
}
|
|
widget_class "*<GtkNotebook>" style "notebook"
|
|
|
|
style "user-font"
|
|
{
|
|
font_name="9"
|
|
}
|
|
widget_class "*" style "user-font"
|