Skip to content

Commit

Permalink
Ported all themes to Xresources format
Browse files Browse the repository at this point in the history
  • Loading branch information
suem committed May 7, 2012
1 parent 5aeb3f4 commit 2769b7f
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Xdefaults/XresourceTomorrow
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
!Tomorrow
#define t_background #ffffff
#define t_current_line #efefef
#define t_selection #d6d6d6
#define t_foreground #4d4d4c
#define t_comment #8e908c
#define t_red #c82829
#define t_orange #f5871f
#define t_yellow #eab700
#define t_green #718c00
#define t_aqua #3e999f
#define t_blue #4271ae
#define t_purple #8959a8


*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad

! Black / Grey
*.color0: #000000
*.color8: #666666

! Red / Bright Red
*.color1: t_red
*.color9: #FF3334

! Green + Bright Green
*.color2: t_green
*.color10: #9ec400

! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow

! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue

! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0

! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6

! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
50 changes: 50 additions & 0 deletions Xdefaults/XresourceTomorrowNight
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
!TomorrowNight
#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


*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad

! Black / Grey
*.color0: #000000
*.color8: #666666

! Red / Bright Red
*.color1: t_red
*.color9: #FF3334

! Green + Bright Green
*.color2: t_green
*.color10: #9ec400

! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow

! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue

! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0

! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6

! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
50 changes: 50 additions & 0 deletions Xdefaults/XresourceTomorrowNightBlue
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
!TomorrowNightBlue
#define t_background #002451
#define t_current_line #00346e
#define t_selection #003f8e
#define t_foreground #ffffff
#define t_comment #7285b7
#define t_red #ff9da4
#define t_orange #ffc58f
#define t_yellow #ffeead
#define t_green #d1f1a9
#define t_aqua #99ffff
#define t_blue #bbdaff
#define t_purple #ebbbff


*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad

! Black / Grey
*.color0: #000000
*.color8: #666666

! Red / Bright Red
*.color1: t_red
*.color9: #FF3334

! Green + Bright Green
*.color2: t_green
*.color10: #9ec400

! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow

! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue

! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0

! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6

! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
50 changes: 50 additions & 0 deletions Xdefaults/XresourceTomorrowNightBright
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
!TomorrowNightBright
#define t_background #000000
#define t_current_line #2a2a2a
#define t_selection #424242
#define t_foreground #eaeaea
#define t_comment #969896
#define t_red #d54e53
#define t_orange #e78c45
#define t_yellow #e7c547
#define t_green #b9ca4a
#define t_aqua #70c0b1
#define t_blue #7aa6da
#define t_purple #c397d8


*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad

! Black / Grey
*.color0: #000000
*.color8: #666666

! Red / Bright Red
*.color1: t_red
*.color9: #FF3334

! Green + Bright Green
*.color2: t_green
*.color10: #9ec400

! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow

! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue

! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0

! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6

! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
50 changes: 50 additions & 0 deletions Xdefaults/XresourceTomorrowNightEighties
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
!TomorrowNightEighties
#define t_background #2d2d2d
#define t_current_line #393939
#define t_selection #515151
#define t_foreground #cccccc
#define t_comment #999999
#define t_red #f2777a
#define t_orange #f99157
#define t_yellow #ffcc66
#define t_green #99cc99
#define t_aqua #66cccc
#define t_blue #6699cc
#define t_purple #cc99cc


*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad

! Black / Grey
*.color0: #000000
*.color8: #666666

! Red / Bright Red
*.color1: t_red
*.color9: #FF3334

! Green + Bright Green
*.color2: t_green
*.color10: #9ec400

! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow

! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue

! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0

! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6

! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line

0 comments on commit 2769b7f

Please sign in to comment.