Skip to content
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

vim-toml table and table array headers are displayed the same as regular text #232

Open
jaskij opened this issue Nov 26, 2020 · 3 comments · May be fixed by #233
Open

vim-toml table and table array headers are displayed the same as regular text #232

jaskij opened this issue Nov 26, 2020 · 3 comments · May be fixed by #233

Comments

@jaskij
Copy link

jaskij commented Nov 26, 2020

Currently it looks like this:

image

while it should probably look like this:

image

vim-toml uses Title style for those headers so this problem is similar to asciidoc's asciidocOneLineTitle.

@jaskij jaskij linked a pull request Nov 26, 2020 that will close this issue
@squattingmonk
Copy link

You can fix this in your vimrc using the directions here. For example:

augroup nord-theme-overrides
    autocmd!
    " Use nord8 as color for toml tables
    autocmd ColorScheme nord highlight tomlTable ctermfg=8 guifg=#88C0D0
    autocmd ColorScheme nord highlight tomlTableArray ctermfg=8 guifg=#88C0D0
augroup END

@jaskij
Copy link
Author

jaskij commented Dec 18, 2020

Without even digging too much into it, I've noticed a workaround for AsciiDoc and shamelessly copied it, see the pull request

@svengreb
Copy link
Member

svengreb commented Jun 3, 2023

Thank you for your patience! 🙏🏼
It‘s been a while since I had free time to focus more on Nord, and my open source projects in general, and invest time in this issue due to work-life balance.

I recently published the first “Northern Post — The state and roadmap of Nord“ announcement which includes all details about the plans and future of the Nord project, including the goal of catching up with the backlog. This issue is part of the backlog and therefore I want to triage and process it to get one step closer to a “clean state“. Read the announcement about reaching the “clean“ contribution triage state in Nord‘s discussions for more details about the goal.

Therefore it has been added to the queue in the central and single-source-of-truth project board that is also described in more detail in the roadmap announcement.

@jaskij Thanks again for your contribution! Your PR #233 will be added to the queue also later for further processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: queued
Development

Successfully merging a pull request may close this issue.

4 participants