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 nnn #142

Closed
duganchen opened this issue Sep 19, 2020 · 3 comments
Closed

Port for nnn #142

duganchen opened this issue Sep 19, 2020 · 3 comments

Comments

@duganchen
Copy link

duganchen commented Sep 19, 2020

Just wanted to contribute my attempt at an nnn theme.

I've tested it under the following. The testing process was to compare it to ls listings made using nord-dircolors:

  • Kitty in Fedora 32 with a Nord Kitty colorscheme and Nord Xresources
  • iterm2 on OSX with a Nord colorscheme
# shellcheck shell=sh

# Tested in iterm using the script here:
# https://askubuntu.com/a/821163

BLK="0B"
CHR="0B"
DIR="04"
EXEC="06"
FILE="00"
MULTIHARDLINK="06"
LINK="06"
MISSING=00 # Not sure what this is
ORPHAN="09"
FIFO="06"
SOCK="0B"
OTHER=06

export NNN_FCOLORS="$BLK$CHR$DIR$EXEC$FILE$MULTIHARDLINK$LINK$MISSING$ORPHAN$FIFO$SOCK$OTHER"
@arcticicestudio
Copy link
Contributor

Hi @duganchen 👋, thanks for your contribution 👍

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 for this port project to be implemented.
There is a massive amount of other issues & PRs over many other port projects with requests and proposals waiting in the queue as well as 50+ port project requests in the backlog. I'm currently very busy working and focusing on the data transition of all port projects to the new and shiny website and documentations to finally have a „single source of truth“ for Nord and all related data, reduce the maintenance overhead and increase the overall project quality. :octocat:

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 free time. 🙏

The code you've posted here can already be useful for other users who can use it in the meantime until an official port is available. This could also help to bootstrap the official port later on by using it as fundamental code base 😄

@ghost
Copy link

ghost commented May 13, 2021

Just wanted to contribute my attempt at an nnn theme.

I've tested it under the following. The testing process was to compare it to ls listings made using nord-dircolors:

* Kitty in Fedora 32 with a Nord Kitty colorscheme and Nord Xresources

* iterm2 on OSX with a Nord colorscheme
# shellcheck shell=sh

# Tested in iterm using the script here:
# https://askubuntu.com/a/821163

BLK="0B"
CHR="0B"
DIR="04"
EXEC="06"
FILE="00"
MULTIHARDLINK="06"
LINK="06"
MISSING=00 # Not sure what this is
ORPHAN="09"
FIFO="06"
SOCK="0B"
OTHER=06

export NNN_FCOLORS="$BLK$CHR$DIR$EXEC$FILE$MULTIHARDLINK$LINK$MISSING$ORPHAN$FIFO$SOCK$OTHER"

how do you theme nnn

@duganchen
Copy link
Author

By setting the FCOLORS environment variable. Anyway, I've created an nnn theming page on their wiki:

https://github.com/jarun/nnn/wiki/Themes

@arcticicestudio arcticicestudio changed the title nnn Nord theme Nord port for nnn Jan 30, 2022
@svengreb svengreb changed the title Nord port for nnn Port for nnn 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

3 participants