Skip to content

juCi++ now supports gtk-3.0 themes and gtksourceview styles

Jørgen Lien Sellæg requested to merge master into theming
  • place themes in ~/.juci/gtk-themes/(theme_name)/gtk.css
  • place gtk-styles in ~/.juci/styles/(style).xml
  • select themes in config.json
    "theme": {
    "main": "gtk.css",
    "theme": "dark"
    },

Merge request reports