dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

xres (640B)


      1 !
      2 ! .Xresources ! Created by Hayden Hamilton
      3 !
      4 ! haydenvh.com
      5 ! Copyright (c) 2019 Hayden Hamilton.
      6 !
      7 
      8 ! special
      9 *.foreground:   #1e5eb3
     10 *.background:   #050a10
     11 *.cursorColor:  #1e5eb3
     12 
     13 ! black
     14 *.color0:       #141726
     15 *.color8:       #dc6f3c
     16 
     17 ! red
     18 *.color1:       #24283c
     19 *.color9:       #4747e1
     20 
     21 ! green
     22 *.color2:       #31364b
     23 *.color10:      #892b2b
     24 
     25 ! yellow
     26 *.color3:       #40445c
     27 *.color11:      #a1a1d9
     28 
     29 ! blue
     30 *.color4:       #575b72
     31 *.color12:      #1f8a27
     32 
     33 ! magenta
     34 *.color5:       #777b8e
     35 *.color13:      #a84b8d
     36 
     37 ! cyan
     38 *.color6:       #a3a6b3
     39 *.color14:      #434343
     40 
     41 ! white
     42 *.color7:       #c7cad9
     43 *.color15:      #3ab475