1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 13:06:14 +03:00

Start the Themes page with a tested Nord theme

duganchen 2021-05-07 15:23:00 -07:00
parent 8272ec48f1
commit a56fdf3277

16
Themes.md Normal file

@ -0,0 +1,16 @@
# Nord
Based on [nord-dircolors](https://github.com/arcticicestudio/nord-dircolors)
```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"111