summaryrefslogtreecommitdiff
path: root/Base/res/themes/Sunshine.ini
AgeCommit message (Collapse)Author
2022-01-01Theming: Add alignment sectionFiliph Sandström
This commit removes the IsTitleCenter property and replaces it with the TitleAlignment property that supports "Left", "Right" & "Center".
2022-01-01LibGfx: Add window border/title theming optionsFiliph Sandström
This commit adds support the following properties to theming: Flags: - IsTitleCenter: true if the title should be centered. Metrics: - BorderThickness: The border width. - BorderRadius: The border corner radius.
2021-10-31Base: Add 'IsDark' flag to all system themesSam Atkins
2021-07-28LibGfx+Base: Add a themable "Accent" color roleAndreas Kling
This can be used by GUI widgets to draw attention to a specific part of the widget, for example the currently active sub-widget component.
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
Gutter -- a space left of the text, before the ruler -- is not a part of the ruler, nor should it be treated as such. This commit implements gutter handling in LibGUI::TextEditor as part of mild cleaning up of the gutter handling (breakpoint icons) in HackStudio's Editor. This commit also enables separate theming of the gutter.
2021-04-09LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::TrayAndreas Kling
A "Tray" is a sunken container area for widgets. The first intended client of this style is the GUI::FilePicker's common locations frame. Thanks to @nvella for coming up with the term "Tray" :^)
2021-01-12Revert "Themes: Tweak "Sunshine" theme colors slightly"Andreas Kling
This reverts commit 0ae9ae48fafd1ea4bca02111c01002853326dd66. @bcoles informs me that these match Solaris 9 and it checks out. I don't know what version I was comparing against, and who cares?
2021-01-11Themes: Tweak "Sunshine" theme colors slightlyAndreas Kling
Bring them a little closer to the original CDE colors. :^)
2020-12-29Themes: Add Sunshine theme 16x16 window iconsBrendan Coles
2020-10-23LibGUI+LibGfx+Base: Make tooltips color theme aware :^)Andreas Kling
Also tweak the default tooltip color to be more bright and yellow!
2020-10-22LibGfx: Add colors for highlight-searching to palette and themesTom
2020-09-22Themes: Set the ruler color in "Sunshine" to cold grayTibor Nagy
2020-09-21Base: Add the PlaceholderText attribute to themesPeter Elliott
2020-04-22Base: Add Sunshine themeBrendan Coles