master
Tom Weber 3 years ago
parent b90919fcaa
commit 7472d7a738

@ -0,0 +1,37 @@
! special
*.foreground: #d8caac
*.background: #323d43
*.cursorColor: #d8caac
! black
*.color0: #868d80
*.color8: #868d80
! red
*.color1: #e68183
*.color9: #e68183
! green
*.color2: #a7c080
*.color10: #a7c080
! yellow
*.color3: #d9bb80
*.color11: #d9bb80
! blue
*.color4: #89beba
*.color12: #89beba
! magenta
*.color5: #d3a0bc
*.color13: #d3a0bc
! cyan
*.color6: #87c095
*.color14: #87c095
! white
*.color7: #d8caac
*.color15: #d8caac

@ -6,56 +6,44 @@ bold_italic_font Hack ItalicBold
font_size 24.0 font_size 24.0
background_opacity 0.95 foreground #d8cacc
foreground #F9F9F9 background #323d43
background #373E4D selection_foreground #3c474d
selection_foreground #434C5e selection_background #525c62
selection_background #F4F4F4 url_color #415c6d
cursor #7fbbb3
url_color #8be9fd
# black # black
color0 #434C5e color0 #4a555b
color8 #4C566A color8 #525c62
# red # red
color1 #FA5AA4 color1 #e68183
color9 #FA74B2 color9 #e68183
# green # green
color2 #2BE491 color2 #a7c080
color10 #44EB9F color10 #a7c080
# yellow # yellow
color3 #FA946E color3 #dbbc7f
color11 #FAA687 color11 #dbbc7f
# blue # blue
color4 #63C5EA color4 #7fbbb3
color12 #7ACBEA color12 #7fbbb3
# magenta # magenta
color5 #CF8EF4 color5 #d699b6
color13 #D8A6F4 color13 #d699b6
# cyan # cyan
color6 #89CCF7 color6 #83c092
color14 #A1D5F7 color14 #83c092
# white # white
color7 #F9F9F9
color15 #F7F7F7
color7 #d8caac
# Cursor colors color15 #d8caac
cursor #F9F9F9
cursor_text_color background
# Tab bar colors
active_tab_foreground #282a36
active_tab_background #f8f8f2
inactive_tab_foreground #282a36
inactive_tab_background #6272a4
# Marks
mark1_foreground #282a36
mark1_background #ff5555

Loading…
Cancel
Save