summaryrefslogtreecommitdiffstats
path: root/source/theme.c
AgeCommit message (Expand)Author
2017-09-24Fix conversion of border color to new theme format.Dave Davenport
2017-09-18Add @theme import command, that resets the current theme.Dave Davenport
2017-09-17Cleanup compiler warnings.Dave Davenport
2017-09-09Update shipped themes.Dave Davenport
2017-09-09Update default theme and converter.Dave Davenport
2017-09-07Fix tests.Dave Davenport
2017-09-07Alias 'color' property name to 'text-color'Dave Davenport
2017-09-06Add support for multiple selectors. #dummy0, dummy1 {}Dave Davenport
2017-09-06Inherit again, for modifiers.Dave Davenport
2017-09-06use color, background-color and border-colorDave Davenport
2017-09-06Add (untested) support for inherit keyword.Dave Davenport
2017-09-06Flatten hierarchy, don't inherit by default.Dave Davenport
2017-09-05Indent.Dave Davenport
2017-09-05Add `ch` as size unit.Dave Davenport
2017-09-04Try to match line-padding in theme converter.Dave Davenport
2017-08-08Change order evaluation to make CPPCheck happy.Dave Davenport
2017-07-24Slight tweak to default themeDave Davenport
2017-07-06Re-add some of the old theme options, so theme converter use them.Dave Davenport
2017-07-03[OldTheme] Re-add the padding/bw option.Dave Davenport
2017-06-21Fix test building.Dave Davenport
2017-06-21Add -dump-config option.Dave Davenport
2017-06-20Fix tests by splitting types name into separate file.Dave Davenport
2017-06-20Do better error reporting on configuration entries in rasi format.Dave Davenport
2017-06-14Add extra check for rofi_theme_parse_prepare_fileDave Davenport
2017-06-13Extend list of printable properties names to include list and orientation.Dave Davenport
2017-06-07Load theme-str after loading fallback themes.Dave Davenport
2017-06-03Add new keywords to theme printerDave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-02Change ThemeHighlight to RofiHighlightColorStyleDave Davenport
2017-06-02Change Padding to RofiPaddingDave Davenport
2017-06-02Change Orientation enum to RofiOrientation.Dave Davenport
2017-06-02Change Distance struct to RofiDistance.Dave Davenport
2017-06-02Change PixelWidth to RofiPixelUnit.Dave Davenport
2017-06-02Rename HL_ to ROFI_HL_ and fix box test.Dave Davenport
2017-06-02Add orientation property.Dave Davenport
2017-05-28Merge remote-tracking branch 'origin/master' into barviewDave Davenport
2017-05-28Merge branch 'master' into wip/mesonQuentin Glidic
2017-05-27Allow layout to be overwrittenDave Davenport
2017-05-25Allow interface to be dynamically changed.Dave Davenport
2017-05-24[BarView] Use exact match for entry width.Dave Davenport
2017-05-18Add strikethrough highlight method.Dave Davenport
2017-05-16Change ARGB to RGBA, fix in theme converterDave Davenport
2017-05-15[ThemeParser] Add CSS color names supportDave Davenport
2017-05-11Fix some clang compiler warningsDave Davenport
2017-05-10Add hsl and cmyk test, add extra error checkingDave Davenport
2017-05-04Add Meson build system supportQuentin Glidic
2017-05-04theme-parser: Drop lexer/ in #includesQuentin Glidic
2017-04-27Re-Indent codeDave Davenport
2017-04-26[Lexer] More tests.Dave Davenport
2017-04-23Cleanups, fix arguments mismatchDave Davenport