summaryrefslogtreecommitdiff
path: root/Base/res/themes/Redmond.ini
AgeCommit message (Collapse)Author
2022-06-11Base: Update Redmond 2000 Theme use Redmond Theme's metricsdjwisdom
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
Currently, disabled text colors are hardcoded. They look good in Default and light themes, but no so good in dark ones. This PR adds new variables for all themes to correctly display disabled text.
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-02-26Base: Adjust cursor and link colors in Redmond themesthankyouverycool
Fixes red blinking carets and unreadable link text
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-21Base: Add the PlaceholderText attribute to themesPeter Elliott
2020-08-02Themes: Hide title stripes on Redmond and Redmond 2000Luke
2020-08-01Base: New buttons and background for Redmond Themesthankyouverycool
Updates Redmond and Redmond 2000 with new title bar buttons and changes Redmond's background to authentic 90sCorp Teal(TM).
2020-07-04Base: Set a reasonable HoverHighlight color in Redmond themeAndreas Kling
Buttons turning deep blue when hovered was a bit too weird. :^)
2020-04-23Base: Nudge Redmond theme closer to the Windows 95 colors :^)Andreas Kling
2020-04-19Base: Update Redmond theme window borders to appear less flatBrendan Coles
2020-04-18Base: Add Redmond themeBrendan Coles