Skip to content

Commit

Permalink
Adding termite config
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilmj committed Jan 17, 2019
1 parent 71dce6a commit 3bba859
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions termite/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[colors]

# special
foreground = #c5c8c6
foreground_bold = #c5c8c6
cursor = #c5c8c6
background = #1d1f21

# black
color0 = #1d1f21
color8 = #969896

# red
color1 = #cc6666
color9 = #cc6666

# green
color2 = #b5bd68
color10 = #b5bd68

# yellow
color3 = #f0c674
color11 = #f0c674

# blue
color4 = #81a2be
color12 = #81a2be

# magenta
color5 = #b294bb
color13 = #b294bb

# cyan
color6 = #8abeb7
color14 = #8abeb7

# white
color7 = #c5c8c6
color15 = #ffffff

[options]
#font = Monospace 9
#font = DejaVu Sans Mono 9
font = Fira Mono 9
#font = Droid Sans Mono 9
allow_bold = false

0 comments on commit 3bba859

Please sign in to comment.