summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
AgeCommit message (Collapse)Author
2021-08-24[Theme] Undo part of default theme changes, always pick build-inDave Davenport
2021-08-24[Theme] Ship default theme separately.Dave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
* rofi moved to libera.chat * unify some theme headers and whitespace * consistently use the same hashbang for bash * improve obsolete way of testing equality see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation * use consistent function definitions in bash scripts * remove duplicated author and fix whitespace * quote all variables in scripts fixes many warnings identified through shellcheck * fix whitespace in scripts * fix whitespace in non-source files * fix spelling in non-source files * fix whitespace and indentation in source files * fix spelling in source files
2021-05-23Add cursor property (#1313)TonCherAmi
* Change mouse cursor on widget hover Currently only listview element and editbox are supported. * Add cursor property
2020-09-14[Theme] Change default theme icon height to 1 em, to match old behaviour better.Dave Davenport
2020-09-14[Default Theme] Change ch to em.Dave Davenport
2020-09-06[Theme] Add inherit highlight on default theme.Dave Davenport
2020-01-16Add total num + filtered num to default theme.Dave Davenport
2019-12-26Add placeholder to default theme.Dave Davenport
2019-10-17[Window] Add thumbnail of windows as option.Dave Davenport
2019-09-30[CI] Fix tests.Dave Davenport
2019-08-20[DRun] Add keywords to match and printing.Dave Davenport
2019-08-08Fix default theme.Dave Davenport
2019-08-08Issue949 (#999)Dave Davenport
* [Issue 949] Add initial split of listview row into widget tree. Allowing better themeing. * Remove unneeded code from textbox. allow dis. icons. * Fix typo. * Fix wrong widget offset in textbox. * Fix mouse handling * [ListView] Add 'fixed-columns' boolean option. * [Listview] Fix inversion of option. * [ListView] remove commented old code. * [Textbox] Handle null pointer on desired width. * [Listview] Fix crasher with fixed_columns and more max elements requested items. * Add hack to get backwards compatibility for new listview structure. * Fix the scrollbar test. * Fix tests for theme update..
2019-04-16[View] Move overlay into the theme system instead of weird addon.Dave Davenport
It is now a child in the inputbar. Fixes: #950
2019-03-19Change sidebar in theme to mode-switcher.Dave Davenport
Fixes: #930
2019-01-29[Theme3.0] Change reference to use the CSS like var() syntax.Dave Davenport
Supports defaults var(name, default); var(name); Where default can be another property. (https://www.w3schools.com/css/css3_variables.asp) This deprecates the @name syntax. Fixes: #876
2018-06-14[Theme] Change window layout for error dialogDave Davenport
2017-11-05Add the prompt colon to the default theme.Dave Davenport
- Fix dumping of theme localization of the decimal-point. Force it to be always a '.'.
2017-10-31Remove leading # from dump theme and add mesg about rofi dumping itDave Davenport
2017-10-31Add extra margin between prompt and entry.Dave Davenport
2017-10-25Fix test for default theme.Dave Davenport
2017-09-18Fix tests.Dave Davenport
2017-09-09Update small part of doc. set hadle-color on scrollbar in default theme.Dave Davenport
2017-09-09Update shipped themes.Dave Davenport
2017-09-09Fix default theme.Dave Davenport
2017-09-08Fix tests.Dave Davenport
2017-09-04Fix tests.Dave Davenport
2017-07-24Slight tweak to default themeDave Davenport
2017-07-06Fix test themes to match new conversionDave Davenport
2017-05-20Fix tests for default theme fixDave Davenport
2017-05-16Update testDave Davenport
2017-05-16Change ARGB to RGBA, fix in theme converterDave Davenport
2017-05-14Add a old theme conversion test and default theme dump test.Dave Davenport