UI: Emphasize column titles to differentiate it from regular texts. #952
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 is a minor UI enhancement, that renders the column-titles in
bold
to remain consistent with theLineBox
borders while differentiating them from the rest of the text.BEFORE:
![monochrome-before](https://user-images.githubusercontent.com/54993043/111588271-52ba4180-87e9-11eb-8751-4e0f09857189.png)
![default-before](https://user-images.githubusercontent.com/54993043/111527190-abf08980-8785-11eb-8c11-4317f8267e7d.png)
![gruvbox-before](https://user-images.githubusercontent.com/54993043/111527213-af841080-8785-11eb-98a7-dcae20da8f30.png)
![light-before](https://user-images.githubusercontent.com/54993043/111527252-b9a60f00-8785-11eb-8de1-250bfe92be38.png)
![blue-before](https://user-images.githubusercontent.com/54993043/111527265-bd399600-8785-11eb-8fa4-ea2e25b6c425.png)
monochrome
default
gruvbox
zt_light
zt_blue
AFTER:
![monochrome-after](https://user-images.githubusercontent.com/54993043/111588310-5ea60380-87e9-11eb-8921-da8e26a73416.png)
![default-after](https://user-images.githubusercontent.com/54993043/111527294-c62a6780-8785-11eb-8875-3f557f8c9912.png)
![gruvbox-after](https://user-images.githubusercontent.com/54993043/111527313-ca568500-8785-11eb-80f8-00c5bcc4a9f0.png)
![light-after](https://user-images.githubusercontent.com/54993043/111588332-6a91c580-87e9-11eb-92df-33341189462f.png)
![blue-after](https://user-images.githubusercontent.com/54993043/111588344-71203d00-87e9-11eb-85a7-ac743386d2c4.png)
monochrome
default
gruvbox
zt_light
zt_blue