Commit Graph

66 Commits (master)

Author SHA1 Message Date
Nabile Rahmani beae6328c9 - Corrected an instruction in the README.
- Improved the GTK 2 theme to be more consistent with the GTK 3 one.
Unfortunately, there's a couple unfixable issues due to the way the GTK devs did things. Sacrifices have to be made.
Additionally, Qt apps will avoid some of these issues while introducing other inconsistencies, so that's always fun.
Also, the assets.svg file had circles at the extremeties of the arrows for some weird reason.
2020-02-29 18:32:52 +01:00
Nabile Rahmani 05515b77bb Initial commit for Arc-39. 2020-02-10 10:03:54 +01:00
Joey Sabey 2457c2446b Replaced embedded pngs in gtk-2.0/light/assets.svg with native vector equivolents (#231)
* Replaced frame embedded png in gtk-2.0/light/assets.svg with pure vector

* Corrected frame coords to match the old embedded png

* Replaced frame-gap-end embedded png in gtk-2.0/light/assets.svg with pure vector

* Replaced frame-gap-start embedded png in gtk-2.0/light/assets.svg with pure vector

* Replaced line-h embedded png in gtk-2.0/light/assets.svg with pure vector

* Corrected line-h position

* Replaced line-v embedded png in gtk-2.0/light/assets.svg with pure vector

* Removed unecessary stroke styling from line-h

* Removed unnecessary stroke styles from frame-gap-end & frame-gap-start

* Removed inkscape:label from frame
2019-05-13 09:16:58 +01:00
Joey Sabey eece52ee2f
Correct GTK2 dark assets.svg #3e4351 -> #3e4350 2019-04-16 14:35:52 +01:00
Yauhen Kirylau 9c158be1d8 Optional resvg support (#177)
* feat(render_assets): optional support for resvg

* refactor: rename MENU_BG to HDR_BG and MENU_FG to HDR_FG (and migrate old values on runtime)

* fix(configure): allow to run if inkscape not installed but resvg does

* feat(makefile): make optipng optional

* fix symlinks after sedding

* fix(configure): allow to run if inkscape not installed but resvg does - 2

* style: shellcheck all .sh files

* fix(autogen.sh): remove redundant escaping

* fix(*: makefile: rendersvg): use --zoom 2 to workaround --dpi problem
2019-01-29 20:44:54 +00:00
v44r 05e6b65938 Darken the text of the gtk-2 version of Arc-Darker (#183) 2019-01-29 20:30:54 +00:00
actionless 7f300a6085 fix(common: *: svg): fix incorrect color definitions 2018-12-15 20:54:14 +01:00
James Le Cuirot 550065724b Make better use of autotools (#149)
* Check for inkscape, optipng, and sass in the PATH with configure

* Define themedirs once in configure instead of each Makefile

* Set GTK3_VERSION to compatible version instead of actual version

autotools doesn't like symlinks much, especially when building outside
of the source tree. This also adds better version detection errors.

* Don't distribute gulpfile.js as it has been removed

* Don't need $(srcdir) when defining EXTRA_DIST

Distributions are always prepared from the sources.

* Install theme index files using automake

* Generate and install XFWM4 files properly with autotools

This handles parallelism better and allows out-of-source builds.

* Generate and install GTK+2 files properly with autotools

This handles parallelism better and allows out-of-source builds.

* Generate and install GTK+3 files properly with autotools

This handles parallelism better and allows out-of-source builds.
2018-10-20 17:38:07 +01:00
actionless c49e1f7fb0 fix(gtk2, xfwm: render_assets): don't fail beacuse of set -u if OPTION_GTK2_HIDPI is unset 2018-08-09 15:16:31 +02:00
actionless bf0662c0ae fix(gtk2, xfwm: render_asset.sh): fix filename if rendering with different dpi 2018-08-09 12:32:09 +02:00
actionless 4c5755ccb2 render assets in parallel 2018-08-05 02:42:22 +02:00
Kirpal Demian b3ae40a800 Changed XFCE bottom border to match other border widths (fixes #56) (#90)
* Added more assets to .gitignore

* Changed all xfce window border to 2px
2018-07-23 13:54:03 +01:00
Kirpal Demian d8b193338b Removed rendered assets and added rendering them to the build process (#93)
* Removed rendered asset PNG's

* Ignored rendered asset PNG's

* Added rendering assets to makefile

* Stopped failing when assets directory exists

* Used make environment variable for mkdir
2018-07-11 11:35:15 +01:00
David Mohammed 5680ad1909
Slightly darken fonts for light theme to improve contrast
The current font colour for the light theme does not
provide enough of a contrast to be easily legible.  This
commit reduces the contrast colour by approx 7%
This resolves for #406
2017-12-16 15:43:22 +00:00
Horst3180 7da711e12d
gtk2: fix thunar bulk rename entry (fix #707) 2016-12-15 13:40:54 +01:00
Horst3180 2ca198985c gtk2: fix geany search combobox border (#674) 2016-10-14 20:43:05 +02:00
Horst3180 a9ce9d56ae gtk2: fix geany search entries (#674) 2016-10-13 18:45:39 +02:00
Horst3180 efdd708a13 gtk2: fix mousepad find and replace textbox (fix #664) 2016-10-03 10:53:22 +02:00
Horst3180 c58544cf6b gtk2: improve combobox styling 2016-09-19 19:12:11 +02:00
Horst3180 871f775294 gtk2: fix unreadable text in VMware horizon client (#628) 2016-09-19 18:51:19 +02:00
Horst3180 06b0911009 don't use selected_fg_color in weird places 2016-08-31 00:00:33 +02:00
Horst3180 9c4b802528 underp gtk2 render-assets script 2016-08-30 23:58:13 +02:00
Horst3180 3932218fd0 use color swatches for selected bg and fg in svg assets 2016-08-30 23:53:36 +02:00
Horst3180 ee4485647d xfce: fix desktop icon shadows (#607) 2016-07-26 12:52:00 +02:00
Horst3180 226098a06b gtk2: more entry fixes 2016-06-02 12:33:43 +02:00
Horst3180 2b1a290469 fix hexchat input box (#558) 2016-06-01 13:12:26 +02:00
Horst3180 543d5a9a26 gtk2: fix entry styling (fix #547) 2016-05-30 22:35:54 +02:00
Horst3180 e4f382c427 gtk2: make panel buttons consistent 2016-05-30 20:34:23 +02:00
Horst3180 789d509eba merge xfce-notify theme into the gtk2 theme 2016-05-30 00:01:25 +02:00
Horst3180 9ac60f17d9 panel.rc: clean up 2016-05-29 23:58:23 +02:00
Horst3180 324722a0e8 fix xfce-panel progressbar background 2016-05-29 23:57:14 +02:00
Horst3180 ca76d0e2e5 use accent color for menu highlight (fix #135) 2016-05-29 19:22:18 +02:00
Horst3180 c59e323f2a xfce: fix top menu applet (#155) 2016-05-15 12:10:09 +02:00
Horst3180 fb3fe2fc0b lighten tooltips a bit (fix #519) 2016-05-14 13:31:18 +02:00
Aleksej Komarov 8a91900ba4 Fix invisible text on window buttons (#505)
* Improve readability of gtk-color-scheme in gtkrc of gtk-2.0

* Fix invisible text on window buttons on xfce4-panel on Arc-Dark
2016-05-01 16:26:31 +02:00
Aleksej Komarov fa12b7e81e Fix xfce4-panel icon size and progress-bar background (#498) 2016-04-29 12:14:07 +02:00
Horst3180 428f89c38c remove duplicate files 2016-04-05 16:23:55 +02:00
Horst3180 0fb81c57e3 gtk2: don't set GtkTreeView::even_row_color (#376)
setting it breaks the treeviews in rawtherapee
2016-01-14 16:40:00 +01:00
Horst3180 5396c7f24c compress all png assets with optipng 2015-12-28 18:17:01 +01:00
Horst3180 ce704e5b61 gtk2: better scrollbars 2015-12-02 23:39:53 +01:00
Horst3180 60a9f444d3 gtk2: some slider fixes 2015-09-29 21:32:45 +02:00
Horst3180 5b8685740b update READMEs 2015-09-29 16:39:07 +02:00
Horst3180 7881d40358 don't change background-color of unfocused chromium window 2015-09-29 01:34:10 +02:00
Horst3180 54700ec66c gtk2 improvements 2015-09-24 00:54:50 +02:00
Horst3180 6d54f680c5 gtk2: fix toolbar entries 2015-09-17 14:08:21 +02:00
Horst3180 fdcaf4c046 fix atom menubar and libreoffice menuitems 2015-09-15 16:35:40 +02:00
Horst3180 4097e62e01 tweak color scheme and window buttons 2015-09-09 23:50:14 +02:00
Horst3180 fa43da15f2 make textboxes less rounded 2015-08-26 13:08:42 +02:00
Horst3180 1cedd2253e Merge branch 'testing' 2015-08-16 19:47:05 +02:00
Horst3180 79231567b3 fix inactive chromium frame 2015-08-14 00:10:33 +02:00