mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 05:11:30 +00:00
Start the Themes page with a tested Nord theme
parent
8272ec48f1
commit
a56fdf3277
16
Themes.md
Normal file
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
|
Loading…
Reference in a new issue