ladybird/Userland/Applications/KeyboardMapper
Anders Fimreite 2ecbe5dd71 Keyboard Mapper: Better text color for buttons in dark theme
When using a dark theme the name of the key does not show up well at
all. This is due to it being set with pallete().button_text(), which for
dark themes is a light color. As Keyboard Mapper does not follow the
system color theme, the text on the keys should not either.
2021-09-06 17:38:59 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
KeyboardMapperWidget.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
KeyboardMapperWidget.h Everywhere: "file name" => "filename" 2021-04-29 22:16:18 +02:00
KeyButton.cpp Keyboard Mapper: Better text color for buttons in dark theme 2021-09-06 17:38:59 +02:00
KeyButton.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
KeyPositions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp KeyboardMapper: Add menus before showing the window 2021-07-31 08:08:31 +02:00