Skip to content

Instantly share code, notes, and snippets.

@orivee
Last active October 14, 2016 08:02
Show Gist options
  • Save orivee/78380559fd3b32c135b0531b4a3a2cc2 to your computer and use it in GitHub Desktop.
Save orivee/78380559fd3b32c135b0531b4a3a2cc2 to your computer and use it in GitHub Desktop.
a collecting of colorschemes
# nihtvision
# https://raw.githubusercontent.com/pjhalsli/configs/master/colorschemes/nightvision
# https://www.reddit.com/r/unixporn/comments/56r2qr/bspwm_having_fun_with_colors/
#[colors]
# special
#foreground = #3f3f3f
#foreground_bold = #3f3f3f
#cursor = #3f3f3f
#background = #111010
# black
#color0 = #111010
#color8 = #222020
# red
#color1 = #f44444
#color9 = #492929
# green
#color2 = #f44444
#color10 = #424338
# yellow
#color3 = #483b32
#color11 = #483b32
# blue
#color4 = #606060
#color12 = #f44444
# magenta
#color5 = #3c353e
#color13 = #3c353e
# cyan
#color6 = #3c4242
#color14 = #3c4242
# white
#color7 = #383a3b
#color15 = #383a3b
! -- Title: urban
! -- Author: dkeg
! -- Created: 2016
! -- https://github.com/dkeg/crayolo
#define bg #312e39
#define blk #33303b
#define fg #c0a79a
#define bblk #4f4b58
#define red #87404f
#define grn #74934e
#define ylw #ae835a
#define blu #615772
#define mag #783e57
#define cyn #554757
#define wht #c0a79a
#define bred #87404f
#define bgrn #74934e
#define bylw #ae835a
#define bblu #615772
#define bmag #783e57
#define bcyn #554757
#define bwht #c0a79a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment