paper-gtk-theme/Paper/gtk-3.0
Sam Hewitt 43daaef5be rerendered PNG assets 2016-04-15 13:15:01 -04:00
..
apps sass rewrite first commit 2016-04-14 21:54:38 -04:00
assets rerendered PNG assets 2016-04-15 13:15:01 -04:00
widgets trough style adjustments 2016-04-15 12:59:10 -04:00
README.md Update README.md 2016-04-14 23:41:36 -04:00
_apps.scss sass rewrite first commit 2016-04-14 21:54:38 -04:00
_colors-public.scss sass rewrite first commit 2016-04-14 21:54:38 -04:00
_colors.scss trough style adjustments 2016-04-15 12:59:10 -04:00
_common.scss sass rewrite first commit 2016-04-14 21:54:38 -04:00
_drawing.scss sass rewrite first commit 2016-04-14 21:54:38 -04:00
gtk-dark.css trough style adjustments 2016-04-15 12:59:10 -04:00
gtk-dark.scss sass rewrite first commit 2016-04-14 21:54:38 -04:00
gtk.css trough style adjustments 2016-04-15 12:59:10 -04:00
gtk.scss sass rewrite first commit 2016-04-14 21:54:38 -04:00

README.md

Notes

  • Do not edit the CSS files directly, edit the source SCSS files and process them with SASS (run sass --update --sourcemap=none . in this directory when you have the required software installed)
  • Do not edit the PNG or SVG assets directly, edit and render the sources in the src folder in the source root and render those.

SASS Assets (SASSets)

Paper is a large and complex theme, to keep it maintainable and easily editable it's written and processed in SASS and organized in a modular fashion.

_colors.scss

  • global color definitions. We keep the number of defined colors to a necessary minimum, most colors are derived form a handful of basics. It covers both the light variant and the dark variant.

_colors-public.scss

  • SCSS colors exported through gtk to allow for 3rd party apps color mixing.

_drawing.scss

  • drawing helper mixings/functions to allow easier definition of widget drawing under specific context.

_common.scss

  • shared definitions for the theme

widgets/_*.scss

  • styles for widgets are on individual sheets to make the theme more modular and easier to batch edit

_apps.scss & apps/_*.scss

  • style definitions for specific apps and environments. This is where colored headerbars are made