Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-29 | Base: Remove coffee theme height and width metrics | Faeliore | |
2021-07-29 | Base: Make coffee theme icons smaller so they fit in the title bar | Faeliore | |
Fixes #4713 | |||
2021-07-28 | LibGfx+Base: Add a themable "Accent" color role | Andreas 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-13 | LibGUI+HackStudio: Make gutter a first class element | Dmitrii 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-21 | Base: Tweak syntax highlighting colors in the Default theme | Andreas Kling | |
The old ones were barely noticeable. Let's at least make it visible that you have syntax highlighting enabled. :^) | |||
2021-05-18 | Base: Add "Plum" theme (#7076) | Joel Hansen | |
A theme with dark purples and reds. Inspired by the classic NT theme. | |||
2021-05-10 | Themes: Silver: Add window title button icons | Brendan Coles | |
2021-05-08 | Themes: Faux Pas: Set RubberBandFill transparency | Brendan Coles | |
2021-05-08 | Themes: Faux Pas: Set HoverHighlight to white | Brendan Coles | |
2021-05-08 | Themes: Add Light theme | Brendan Coles | |
2021-04-09 | LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::Tray | Andreas 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-31 | WindowServer+LibGfx: Remove code for drawing the old-style menu bar | Andreas Kling | |
2021-03-25 | Base: Tweak "Redmond 2000" theme menu colors | Andreas Kling | |
2021-03-25 | Base: Tweak menu colors in default theme a little bit | Andreas Kling | |
Let's brighten up the menu stripe for a slightly fresher look. | |||
2021-02-26 | Base: Adjust cursor and link colors in Redmond themes | thankyouverycool | |
Fixes red blinking carets and unreadable link text | |||
2021-02-13 | Themes: Basalt's title text shadow shouldn't be transparent | Tom | |
Fixes pixels bleeding through from behind. | |||
2021-02-12 | Themes: Improve syntax highlighting colors of Nord theme | Sahan Fernando | |
2021-02-11 | WindowServer: Allow different shadows for active/inactive windows | Tom | |
Also allow specifying different shadows for the task and menu bar. | |||
2021-02-09 | WindowServer: Allow specifying different shadows for menus and tooltips | Tom | |
Also update the Redmond 2000 theme to drop shadows more Redmond-like. | |||
2021-02-09 | WindowServer: Implement simple window shadows | Tom | |
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-12 | Revert "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-11 | Themes: Tweak "Sunshine" theme colors slightly | Andreas Kling | |
Bring them a little closer to the original CDE colors. :^) | |||
2021-01-01 | Base: Add Coffee theme | Brendan Coles | |
2020-12-30 | Base: Remove some low-quality color themes | Andreas Kling | |
2020-12-29 | Themes: Add Sunshine theme 16x16 window icons | Brendan Coles | |
2020-10-25 | Themes: Update tooltip colors of dark themes | Linus 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-24 | Themes: Add "Desert" theme | Andreas Kling | |
2020-10-23 | LibGUI+LibGfx+Base: Make tooltips color theme aware :^) | Andreas Kling | |
Also tweak the default tooltip color to be more bright and yellow! | |||
2020-10-23 | Base: Remove ugly 'Xmas' theme | Andreas Kling | |
I added this while doing the original theming implementationa and it's just not good. | |||
2020-10-22 | LibGfx: Add colors for highlight-searching to palette and themes | Tom | |
2020-09-22 | Themes: Set the ruler color in "Sunshine" to cold gray | Tibor Nagy | |
2020-09-21 | Base: Add the PlaceholderText attribute to themes | Peter Elliott | |
2020-08-27 | Themes: Update text cursor color in "Default" theme | Andreas 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-02 | Themes: Hide title stripes on Redmond and Redmond 2000 | Luke | |
2020-08-01 | Themes: Fix default theme window stripes and shadow after #2811 | Nico 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-01 | Base: New buttons and background for Redmond Themes | thankyouverycool | |
Updates Redmond and Redmond 2000 with new title bar buttons and changes Redmond's background to authentic 90sCorp Teal(TM). | |||
2020-07-17 | WindowServer: New title bar vars for themes | Nullspeak | |
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-04 | Base: Set a reasonable HoverHighlight color in Redmond theme | Andreas Kling | |
Buttons turning deep blue when hovered was a bit too weird. :^) | |||
2020-06-06 | Base: 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-30 | Base: Add Faux Pas and Silver themes | Sergey Bugaev | |
2020-04-29 | Base: Tweak default desktop background color slightly | Andreas Kling | |
2020-04-23 | Base: Nudge Redmond theme closer to the Windows 95 colors :^) | Andreas Kling | |
2020-04-22 | Base: Add missing Syntax color settings for Joi theme | Brendan Coles | |
2020-04-22 | Base: Add Sunshine theme | Brendan Coles | |
2020-04-19 | Base: Update Redmond theme window borders to appear less flat | Brendan Coles | |
2020-04-18 | Base: Tweak Redmond 2000 selection color | Andreas Kling | |
2020-04-18 | Base: Tweak Redmond 2000 menu selection color | Andreas Kling | |
2020-04-18 | Base: Add a "Redmond 2000" theme from the 32-bit era :^) | Andreas Kling | |
2020-04-18 | Base: Add Redmond theme | Brendan Coles | |
2020-03-17 | Base: Add Joi theme | marprok | |