Make more colors configurable and use the theme text color for tooltips. #2120
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes the outline and grid colors for list views configurable from themes.
I use the same
![image](https://private-user-images.githubusercontent.com/30367251/408319557-6430a4c0-e916-42a3-baea-e63f8122f722.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjM0MjksIm5iZiI6MTczOTA2MzEyOSwicGF0aCI6Ii8zMDM2NzI1MS80MDgzMTk1NTctNjQzMGE0YzAtZTkxNi00MmEzLWJhZWEtZTYzZjgxMjJmNzIyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAxMDUyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNkZTNkMjViMTIwYWQ3NjRlZTgxNTFkNGJmYmQ0YmQ2NGFkZTRiOWNkYmYyNjg3ZDAyYWZmMjI1OTg4NjU2YmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Y8UmnrvvzfuZC4Pg-vkbxwLrqM6tLJegCHbFIkEfmGE)
Grid
color for both rows and columns, which will result in the following changes for the default theme:Before:
After:
![image](https://private-user-images.githubusercontent.com/30367251/408319605-82508ad7-90ea-432f-86c0-fe5ac4497758.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjM0MjksIm5iZiI6MTczOTA2MzEyOSwicGF0aCI6Ii8zMDM2NzI1MS80MDgzMTk2MDUtODI1MDhhZDctOTBlYS00MzJmLTg2YzAtZmU1YWM0NDk3NzU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDAxMDUyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiMzFmNWU0YWExOGI2NDBkYzk1OTFlNTBiODZjMGE3ODMzZWVhM2Q1OGEwZDJmOGE0ZGVlNTE0YzM2ODQyNmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gm9ETIf3lf_NldUWvwMKcVcQ74v5c7XaKonLDEMcHCg)
I did this to avoid cluttering the themes with options for every single thing but if such change is unacceptable i'd be happy to separate row/column colors.