summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
AgeCommit message (Collapse)Author
2023-06-08Remove style sheetsNicolas Werner
2022-03-30Cleanup some unused codeNicolas Werner
2021-01-23Allow users to hide rooms with specific tagsNicolas Werner
2020-10-26Disable new MessageInput, until you can paste imagesNicolas Werner
2020-04-11Mid color is used for scrollbars it seemsNicolas Werner
2020-04-08Add a few missing palette colorsNicolas Werner
2020-03-30Change fallback style to fusionNicolas Werner
2020-03-30Set palette globallyNicolas Werner
2020-03-29Use palette for qml code for themingNicolas Werner
Can't do it for QtWidgets code. We need to fully transition, before we can fully switch over probably.
2020-03-03Fix avatar layering in room listNicolas Werner
2020-02-28Fix high dpi scaling of avatarsNicolas Werner
2020-02-27Improve link themingNicolas Werner
2020-02-21remove setStyleSheet calls directly from widget codeAdasauce
removed from: - emoji panel scrollbars - emoji category labels - splitter image handles - textfield setTextColor impl small change to the category separator label for better contrast / readability in dark mode. removed setTextColor completely from TextField. Doesn't appear to be in use anywhere, and focus going more toward qss themeing from qproperty setting.
2020-02-20clean up the light and system themes tooAdasauce
2020-02-20cleanup, re-order, de-duplicate, re-dry qss for darkAdasauce
2020-02-20Tooltip and Combobox bugs with Breeze / Dark themeAdasauce
setStyleSheet was overriding default tooltip theme from the system, causing themes like Breeze to render white text on a grey bg for tooltips. Tooltips now render default for the system theme everywhere. set a theme matching color on the dark theme comboboxes. fixes #118
2019-08-29Fix themeing issues on mentionsJoseph Donofry
2019-07-25Improve layout of Emoji PickerNicolas Werner
Respect system styling Increase size of emojis (to remove empty space) Add hover effect (partially adresses #41) Less hardcoding of sizes Use emoji font (color)
2019-07-16Add User Mentions DialogJoseph Donofry
Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
2019-06-11Add style for reply popup. Fix ALL of the linting issuesredsky17
2019-01-26Revert "Remove built-in emoji picker"redsky17
This reverts commit 4b807229aa20d6f4891e35f08d489da427d3d0b6.
2019-01-25Add unread notification color for user mentionedredsky17
When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
2019-01-18Modified the code that generates user's colors so that it willredsky17
work regardless of the theme choices the user makes. The code now incorporates the contrast between the background color and the color generated by the user_name when picking colors. It currently has two 'big' issues: 1. Colors are not cached. I am planning on adding a QHash for this a little later. This should improve performance by not calculating the color for the same users over and over and over again. 2. Theme changes do not trigger the colors to get refreshed. Currently, you will have to switch to a different room and back to get the colors to refresh.
2019-01-12Add hover color for timestamp.redsky17
Update dark and system themes to provide colors for the hover states for title, subtitle, and timestamp.
2018-10-07Remove built-in emoji pickerKonstantinos Sideris
2018-09-19Improvements on the system themeKonstantinos Sideris
2018-08-10Add solid background in TypingDisplayKonstantinos Sideris
2018-08-08Remove hardcoded colors from the typing displayKonstantinos Sideris
2018-07-26Add foreground color for disabled buttons on the dark themeKonstantinos Sideris
2018-07-26Increase the opacity of the hover color on the room listKonstantinos Sideris
2018-07-26Fix background color on the room list widgetKonstantinos Sideris
2018-07-25Improve the style of snackbar a bitKonstantinos Sideris
2018-07-25Enable scrollbar on the room list for macOS (#174)Konstantinos Sideris
2018-07-25Use native scrollbar in the timelineKonstantinos Sideris
2018-07-20Create user profile modalKonstantinos Sideris
2018-07-07Add a timeline message when encryption is enabledKonstantinos Sideris
2018-05-25Use the white for text on the dark themeKonstantinos Sideris
fixes #331
2018-05-16Add menu to modify the name & topic of the roomKonstantinos Sideris
fixes #235
2018-05-09Add scrollbar in the settings menuKonstantinos Sideris
2018-05-01Add member listKonstantinos Sideris
2018-04-30Add prototype room settings menuKonstantinos Sideris
2018-04-28Fix UI inconsistencies between room list & communitiesKonstantinos Sideris
fixes #204 fixes #255
2018-04-25Improve the date separator widgetKonstantinos Sideris
2018-04-24Adjust completion menu to fit its contentsKonstantinos Sideris
2018-03-24Add basic support for username auto-completionKonstantinos Sideris
fixes #40
2018-03-22Fix text color on room switcherKonstantinos Sideris
fixes #245
2018-03-19More stylistic changes & dark theme tweaksKonstantinos Sideris
2018-03-18Dark theme revisitedKonstantinos Sideris
2018-03-18Add border in community list & minor refactorings (#204)Konstantinos Sideris
2018-03-18Add border line above the text inputKonstantinos Sideris