-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Css for the note title editor doesn't work #515
Comments
The key is noteTitleEditorActiveCss and noteTitleEditorInactiveCss, and the selector is QLineEdit > color. I take theme 'Solarized Dark' for example. [Solarized Dark (for dark system)] You can change 'color: #839496;' in the third line and 'color: #268bd2;' in the fourth line to achieve your goal. And you have to make sure you are modifying the right file. By default, the theme.ini file is located at /usr/share/nixnote2/. |
I did try the TitleEditor ones but it didn't work. Thank you very much for the detailed explanation. I'll give it a go. |
So i opened the correct file and tried the following. The text is still the same dark color. I know that this is the correct file because some things do change but not that particular element. Any other ideas? // these styles were in the Mint Dark Y Theme originally // i also added the selectors you described with the same styles. |
I uploaded my themes.ini file, with the inactive title color value changed to white only, you could test with it. It works on my Linux, like the screenshot shows. |
thank you. much appreciated. |
I just notice that the version you are using looks like a little classic, you may want to try a later one if it still can't work now. The version I tested on previously is 2.1.2-1. |
I installed it from Ubuntu app repository. Maybe that package has not been updated properly. Thanks for the follow up. |
I've spent over an hour trying all sorts of combinations in the themes.ini to make the color of the note title field above the note body to be other than blue. As others have pointed out it looks bad in the dark themes. I've tried all possible themes, then tried all of seemingly relevant selectors in those themes. Nothing works. What is the selector for the note editor field?
The text was updated successfully, but these errors were encountered: