summaryrefslogtreecommitdiff
path: root/Base/res/themes
AgeCommit message (Collapse)Author
2021-07-29Base: Remove coffee theme height and width metricsFaeliore
2021-07-29Base: Make coffee theme icons smaller so they fit in the title barFaeliore
Fixes #4713
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-05-21Base: Tweak syntax highlighting colors in the Default themeAndreas Kling
The old ones were barely noticeable. Let's at least make it visible that you have syntax highlighting enabled. :^)
2021-05-18Base: Add "Plum" theme (#7076)Joel Hansen
A theme with dark purples and reds. Inspired by the classic NT theme.
2021-05-10Themes: Silver: Add window title button iconsBrendan Coles
2021-05-08Themes: Faux Pas: Set RubberBandFill transparencyBrendan Coles
2021-05-08Themes: Faux Pas: Set HoverHighlight to whiteBrendan Coles
2021-05-08Themes: Add Light themeBrendan Coles
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-03-31WindowServer+LibGfx: Remove code for drawing the old-style menu barAndreas Kling
2021-03-25Base: Tweak "Redmond 2000" theme menu colorsAndreas Kling
2021-03-25Base: Tweak menu colors in default theme a little bitAndreas Kling
Let's brighten up the menu stripe for a slightly fresher look.
2021-02-26Base: Adjust cursor and link colors in Redmond themesthankyouverycool
Fixes red blinking carets and unreadable link text
2021-02-13Themes: Basalt's title text shadow shouldn't be transparentTom
Fixes pixels bleeding through from behind.
2021-02-12Themes: Improve syntax highlighting colors of Nord themeSahan Fernando
2021-02-11WindowServer: Allow different shadows for active/inactive windowsTom
Also allow specifying different shadows for the task and menu bar.
2021-02-09WindowServer: Allow specifying different shadows for menus and tooltipsTom
Also update the Redmond 2000 theme to drop shadows more Redmond-like.
2021-02-09WindowServer: Implement simple window shadowsTom
This implements simple window shadows around most windows, including tooltips. Because this method uses a bitmap for the shadow bits, it is limited to rectangular window frames. For non-rectangular window frames we'll need to implement a more sophisticated algorithm.
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. :^)
2021-01-01Base: Add Coffee themeBrendan Coles
2020-12-30Base: Remove some low-quality color themesAndreas Kling
2020-12-29Themes: Add Sunshine theme 16x16 window iconsBrendan Coles
2020-10-25Themes: Update tooltip colors of dark themesLinus Groh
For themes with primarily light text colors and dark backgrounds the current almost-white background/black text tooltips look a bit out of place. I've changed them to what I believe are sensible colors but theme authors are of course free to tweak further.
2020-10-24Themes: Add "Desert" themeAndreas Kling
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-23Base: Remove ugly 'Xmas' themeAndreas Kling
I added this while doing the original theming implementationa and it's just not good.
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-08-27Themes: Update text cursor color in "Default" themeAndreas Kling
I never liked the sharp red text cursor. Replace it with the same color we use to start off the active window title bar gradient. :^)
2020-08-02Themes: Hide title stripes on Redmond and Redmond 2000Luke
2020-08-01Themes: Fix default theme window stripes and shadow after #2811Nico Weber
Change #2811 made window title stripes and window title shadow themable, but it used the same stripe and shadow color for all window modes. This is fine for the new 'basalt' theme which uses the same color in all four window modes, but it changed the default theme so that background windows had brown stripes and a brown shadow. Instead, make the title stripe and title shadow themable per window mode, and change the default theme to restore the colors it had before change #2811: The title stripe color is the same as Border1 for all window modes, and the title shadow is the same as the title stripe darkened by 0.6.
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-17WindowServer: New title bar vars for themesNullspeak
The theming system can now control title bar height, title button size, title stripe color and the title text shadow color. The implemented theme metrics system could be later extended to LibGUI to allow themes to change widget padding, border width, etc.
2020-07-04Base: Set a reasonable HoverHighlight color in Redmond themeAndreas Kling
Buttons turning deep blue when hovered was a bit too weird. :^)
2020-06-06Base: Add "Discord" theme (#2515)nanoproductions
A new theme for Serenity which brings colors from the Discord theme colors. Some colors were modified to ensure great looks on Serenity.
2020-05-30Base: Add Faux Pas and Silver themesSergey Bugaev
2020-04-29Base: Tweak default desktop background color slightlyAndreas Kling
2020-04-23Base: Nudge Redmond theme closer to the Windows 95 colors :^)Andreas Kling
2020-04-22Base: Add missing Syntax color settings for Joi themeBrendan Coles
2020-04-22Base: Add Sunshine themeBrendan Coles
2020-04-19Base: Update Redmond theme window borders to appear less flatBrendan Coles
2020-04-18Base: Tweak Redmond 2000 selection colorAndreas Kling
2020-04-18Base: Tweak Redmond 2000 menu selection colorAndreas Kling
2020-04-18Base: Add a "Redmond 2000" theme from the 32-bit era :^)Andreas Kling
2020-04-18Base: Add Redmond themeBrendan Coles
2020-03-17Base: Add Joi thememarprok