nofrils icon indicating copy to clipboard operation
nofrils copied to clipboard

terminal themes and more

Open brihadeesh opened this issue 6 years ago • 3 comments

I've made a terminal colour theme that goes well with nofrils-acme. I'll be updating this thread with similar themes for the other vim themes here. I'll also host these on my github separately later. Also, feel free to hit me up if you'd like any help off the top of my head (especially in using these).

! xresources colours; use https://terminal.sexy to convert to other formats
! special
*.foreground:   #101412
*.background:   #ffffd7
*.cursorColor:  #101412

! black
*.color0:       #424242
*.color8:       #a9a9a1

! red
*.color1:       #424242
*.color9:       #cd00cd

! green
*.color2:       #424242
*.color10:      #424242

! yellow
*.color3:       #424242
*.color11:      #424242

! blue
*.color4:       #424242
*.color12:      #cd00cd

! magenta
*.color5:       #af8700
*.color13:      #424242

! cyan
*.color6:       #699b9b
*.color14:      #424242

! white
*.color7:       #af8700
*.color15:      #101412

brihadeesh avatar Mar 03 '20 06:03 brihadeesh

If you make a separate github project I can link it in the readme.

robertmeta avatar Sep 08 '20 13:09 robertmeta

Awesome. Will hit you up when I'm done. Thanks!

brihadeesh avatar Sep 09 '20 05:09 brihadeesh

If you throw the theme on gogh, you can also see it and easily apply it to a bunch of terminal themes :D

https://github.com/Mayccoll/Gogh

DarrienG avatar Oct 21 '20 16:10 DarrienG