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

Port for Vifm #64

Open
markand opened this issue Dec 15, 2017 · 5 comments
Open

Port for Vifm #64

markand opened this issue Dec 15, 2017 · 5 comments

Comments

@markand
Copy link

markand commented Dec 15, 2017

Hello,

vifm is a convenient and powerful file manager for the terminal. It is designed in vim in mind. I've started a nord color scheme support for it. I've designed it using the vim/dir_colors definition.

If someone wants to test:

  1. Drop the file into ~/.vifm/colors/nord.vifm
  2. Set colors nord in ~/.vifm/vifmrc
  3. Run vifm

Any thoughts on it?

highlight clear

highlight Border        cterm=none      ctermfg=6       ctermbg=0

highlight TopLine       cterm=none      ctermfg=6       ctermbg=0
highlight TopLineSel    cterm=bold      ctermfg=6       ctermbg=0

highlight StatusLine    ctermfg=6       ctermbg=0       ctermbg=0
highlight WildMenu      cterm=none      ctermfg=6       ctermbg=8

highlight CmdLine       cterm=none      ctermfg=white   ctermbg=default
highlight ErrorMsg      cterm=none      ctermfg=red     ctermbg=default

highlight  Win          cterm=none      ctermfg=default ctermbg=default
highlight  Directory    cterm=bold      ctermfg=4       ctermbg=default
highlight  Link         cterm=none      ctermfg=6       ctermbg=default
highlight  BrokenLink   cterm=bold      ctermfg=6       ctermbg=default
highlight  Socket       cterm=bold      ctermfg=3       ctermbg=default
highlight  Device       cterm=bold      ctermfg=3       ctermbg=default
highlight  Fifo         cterm=bold      ctermfg=6       ctermbg=default
highlight  Executable   cterm=bold      ctermfg=6       ctermbg=default
highlight  Selected     cterm=bold      ctermfg=default ctermbg=default
highlight  CurrLine     cterm=bold      ctermfg=default ctermbg=0
highlight  OtherLine    cterm=default   ctermfg=default ctermbg=default
@kirillbobyrev
Copy link

Looks good to me! I'm not sure how this usually happens in this repository since I haven't been using Nord for a long while, but I think it'd be useful to put it into the core repository. You might consider submitting a PR, I guess.

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Oct 1, 2018

Thanks for your contribution 👍

Sorry for the delay, I've had no free time (job 👨‍⚕️, study 📖, life 🏋️‍♂️ etc.) to work on my or any other :octocat: OSS project (see Tweets 🐦 from April and June), but from the beginning of July I finished my studies and can finally spend time on OSS again 💚

I've added it to the backlog and @-mention you as soon as I start working on it so you can track the progress or contribute ideas for this port project.

Please note that it may take some time because there are many other issues over many other port projects with requests and proposals waiting in the queue. I'm currently also very busy on working and prototyping on the nord-docs to finally have a „single source of truth“ for Nord and all related data. Please also take into account that I work as a software developer in the "real world" and I hope you understand that the time to work on my projects may vary depending on my freetime. :octocat:

@markand
Copy link
Author

markand commented Oct 16, 2018

No problem, feel free to stay in touch with me once you create a nord-vifm repository :)

@stelgenhof
Copy link

@markand Just happen to notice this issue when I was search for a vifm theme :) Give your theme a try and it works quite well. Only thing is I am not a big fan of the big white border...

Thanks for the work!

@mabugaj
Copy link

mabugaj commented Nov 7, 2021

This is my version which is much more clear to me.

highlight clear

highlight Border        cterm=none      ctermfg=6       ctermbg=default

highlight TopLine       cterm=bold      ctermfg=2       ctermbg=default
highlight TopLineSel    cterm=bold      ctermfg=2       ctermbg=default

highlight StatusLine    cterm=none      ctermfg=5       ctermbg=0
highlight WildMenu      cterm=none      ctermfg=6       ctermbg=8

highlight CmdLine       cterm=none      ctermfg=white   ctermbg=default
highlight ErrorMsg      cterm=none      ctermfg=red     ctermbg=default

highlight  Win          cterm=none      ctermfg=default ctermbg=default
highlight  Directory    cterm=bold      ctermfg=4       ctermbg=default
highlight  Link         cterm=none      ctermfg=6       ctermbg=default
highlight  BrokenLink   cterm=bold      ctermfg=6       ctermbg=default
highlight  Socket       cterm=bold      ctermfg=3       ctermbg=default
highlight  Device       cterm=bold      ctermfg=3       ctermbg=default
highlight  Fifo         cterm=bold      ctermfg=6       ctermbg=default
highlight  Executable   cterm=bold      ctermfg=6       ctermbg=default
highlight  Selected     cterm=bold      ctermfg=3       ctermbg=default
highlight  CurrLine     cterm=bold      ctermfg=default ctermbg=0
highlight  OtherLine    cterm=default   ctermfg=default ctermbg=default

@svengreb svengreb changed the title RFC vifm color support Port for Vifm Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants