Skip to content

Commit

Permalink
New Xresources colors
Browse files Browse the repository at this point in the history
  • Loading branch information
caio committed Aug 13, 2012
1 parent 7f29dab commit 5610c1f
Showing 1 changed file with 62 additions and 18 deletions.
80 changes: 62 additions & 18 deletions Xresources
Original file line number Diff line number Diff line change
@@ -1,23 +1,67 @@
*background: #101010
*foreground: #b5b5b5
! colours for hybrid.vim (copied from Tomorrow-Night)
#define t_background #1d1f21
#define t_current_line #282a2e
#define t_selection #373b41
#define t_foreground #c5c8c6
#define t_comment #969896
#define t_red #cc6666
#define t_orange #de935f
#define t_yellow #f0c674
#define t_green #b5bd68
#define t_aqua #8abeb7
#define t_blue #81a2be
#define t_purple #b294bb

! terminal colours
*background: t_background
*foreground: t_comment
! black
*color0: t_current_line
*color8: t_selection
! red
*color1: #A54242
*color9: t_red
! green
*color2: #8C9440
*color10: t_green
! yellow
*color3: t_orange
*color11: t_yellow
! blue
*color4: #5F819D
*color12: t_blue
! magenta
*color5: #85678F
*color13: t_purple
! cyan
*color6: #5E8D87
*color14: t_aqua
! white
*color7: t_comment
*color15: t_foreground



! *background: #101010
! *foreground: #b5b5b5
*fading: 60
*fadeColor: #000000
*color0: #1c1c1c
*color8: #3d3a3a
*color1: #d74b73
*color9: #b94062
*color2 : #9acc79
*color10: #8fb676
*color3: #d0d26b
*color11: #c8bc45
*color4 : #77b6c5
*color12: #8fa7b9
*color5: #a488d9
*color13: #8888a1
*color6: #7fcab3
*color14: #6ec2a8
*color7: #8d8d8d
*color15: #dad3d3
! *color0: #1c1c1c
! *color8: #3d3a3a
! *color1: #d74b73
! *color9: #b94062
! *color2 : #9acc79
! *color10: #8fb676
! *color3: #d0d26b
! *color11: #c8bc45
! *color4 : #77b6c5
! *color12: #8fa7b9
! *color5: #a488d9
! *color13: #8888a1
! *color6: #7fcab3
! *color14: #6ec2a8
! *color7: #8d8d8d
! *color15: #dad3d3

! XFT
Xft.autohint: 0
Expand Down

0 comments on commit 5610c1f

Please sign in to comment.