paper-gtk-theme/Paper
Les De Ridder 6d66d5ac5c Remove border from Paned 2017-11-04 04:02:37 +01:00
..
assets some dark theme updates; budgie stylings 2016-05-22 22:09:48 -04:00
gnome-shell Modernise CSS 2017-11-04 03:47:15 +01:00
gtk-2.0 gtk2 dark theme wasn't working 2016-05-26 23:58:33 -04:00
gtk-3.0 Modernise CSS 2017-11-04 03:47:15 +01:00
gtk-3.16 Modernise CSS 2017-11-04 03:47:15 +01:00
gtk-3.18 Modernise CSS 2017-11-04 03:47:15 +01:00
gtk-3.20 Remove border from Paned 2017-11-04 04:02:37 +01:00
metacity-1 new default colour based on new palette 2016-05-10 18:25:48 -04:00
plank updated plank theme 2016-05-24 14:35:06 -04:00
unity sass rewrite first commit 2016-04-14 21:54:38 -04:00
xfce-notify-4.0 moving xfce notify theme to the right folder 2016-03-22 17:13:25 +01:00
xfwm4 new default colour based on new palette 2016-05-10 18:25:48 -04:00
README.md theme bundling 2016-04-18 18:39:13 -04:00
index.theme first commit 2014-12-13 12:48:16 -05: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