-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41ec72d
commit 5a3a4d1
Showing
7 changed files
with
438 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
[options] | ||
font = Fira Mono OT 11 | ||
scrollback_lines = 10000 | ||
scroll_on_output = false | ||
scroll_on_keystroke = true | ||
resize_grip = false | ||
audible_bell = false | ||
visible_bell = false | ||
search_wrap = true | ||
mouse_autohide = false | ||
allow_bold = false | ||
dynamic_title = true | ||
urgent_on_bell = true | ||
clickable_url = true | ||
|
||
# "system", "on" or "off" | ||
cursor_blink = off | ||
|
||
# "block", "underline" or "ibeam" | ||
cursor_shape = block | ||
|
||
# $BROWSER is used by default | ||
#browser = | ||
|
||
# word characters used for word selection | ||
# (default if unset: all graphic non-punctuation/space characters) | ||
#word_chars = -A-Za-z0-9,./?%&#:_=+@~ | ||
|
||
# set size hints for the window | ||
#size_hints = false | ||
|
||
[colors] | ||
background = {{background}} | ||
foreground = {{foreground}} | ||
foreground_bold = {{fg_highlight}} | ||
# foreground_dim = | ||
|
||
# if unset, will reverse foreground and background | ||
# cursor = | ||
# highlight = | ||
|
||
# colors from color0 to color254 can be set | ||
|
||
# BLACK | ||
color0 = {{bg_jump}} | ||
color8 = {{fg_comment}} | ||
|
||
# WHITE | ||
color7 = {{fg_highlight}} | ||
color15 = {{fg_peak}} | ||
|
||
# RED | ||
color1 = {{darkred}} | ||
color9 = {{red}} | ||
|
||
# YELLOW | ||
color3 = {{darkyellow}} | ||
color11 = {{yellow}} | ||
|
||
# GREEN | ||
color2 = {{darkgreen}} | ||
color10 = {{green}} | ||
|
||
# CYAN | ||
color6 = {{darkcyan}} | ||
color14 = {{cyan}} | ||
|
||
# BLUE | ||
color4 = {{darkblue}} | ||
color12 = {{blue}} | ||
|
||
# MAGENTA | ||
color5 = {{darkmagenta}} | ||
color13 = {{magenta}} | ||
|
||
color40 = {{bg_dip}} | ||
color41 = {{background}} | ||
color42 = {{bg_bump}} | ||
color43 = {{bg_jump}} | ||
color44 = {{fg_comment}} | ||
color45 = {{foreground}} | ||
color46 = {{fg_highlight}} | ||
color47 = {{fg_peak}} | ||
|
||
color16 = {{red}} | ||
color17 = {{darkred}} | ||
|
||
color18 = {{orange}} | ||
color19 = {{darkorange}} | ||
|
||
color20 = {{yellow}} | ||
color21 = {{darkyellow}} | ||
|
||
color22 = {{spring}} | ||
color23 = {{darkspring}} | ||
|
||
color24 = {{green}} | ||
color25 = {{darkgreen}} | ||
|
||
color26 = {{teal}} | ||
color27 = {{darkteal}} | ||
|
||
color28 = {{cyan}} | ||
color29 = {{darkcyan}} | ||
|
||
color30 = {{azure}} | ||
color31 = {{darkazure}} | ||
|
||
color32 = {{blue}} | ||
color33 = {{darkblue}} | ||
|
||
color34 = {{violet}} | ||
color35 = {{darkviolet}} | ||
|
||
color36 = {{magenta}} | ||
color37 = {{darkmagenta}} | ||
|
||
color38 = {{pink}} | ||
color39 = {{darkpink}} | ||
|
||
[hints] | ||
font = Monospace 8 | ||
foreground = {{background}} | ||
background = {{foreground}} | ||
active_foreground = {{background}} | ||
active_background = {{red}} | ||
border = {{bg_jump}} | ||
padding = 2 | ||
border_width = 1 | ||
roundness = 2 | ||
|
||
# vim: ft=dosini cms=#%s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
[options] | ||
font = Fira Mono OT 11 | ||
scrollback_lines = 10000 | ||
scroll_on_output = false | ||
scroll_on_keystroke = true | ||
resize_grip = false | ||
audible_bell = false | ||
visible_bell = false | ||
search_wrap = true | ||
mouse_autohide = false | ||
allow_bold = false | ||
dynamic_title = true | ||
urgent_on_bell = true | ||
clickable_url = true | ||
|
||
# "system", "on" or "off" | ||
cursor_blink = off | ||
|
||
# "block", "underline" or "ibeam" | ||
cursor_shape = block | ||
|
||
# $BROWSER is used by default | ||
#browser = | ||
|
||
# word characters used for word selection | ||
# (default if unset: all graphic non-punctuation/space characters) | ||
#word_chars = -A-Za-z0-9,./?%&#:_=+@~ | ||
|
||
# set size hints for the window | ||
#size_hints = false | ||
|
||
[colors] | ||
background = #2E2C28 | ||
foreground = #A3A6AB | ||
foreground_bold = #DADDE2 | ||
# foreground_dim = | ||
|
||
# if unset, will reverse foreground and background | ||
# cursor = | ||
# highlight = | ||
|
||
# colors from color0 to color254 can be set | ||
|
||
# BLACK | ||
color0 = #5C5955 | ||
color8 = #6F7277 | ||
|
||
# WHITE | ||
color7 = #DADDE2 | ||
color15 = #F6F9FF | ||
|
||
# RED | ||
color1 = #C7756E | ||
color9 = #F9A299 | ||
|
||
# YELLOW | ||
color3 = #9F8A4B | ||
color11 = #CFB776 | ||
|
||
# GREEN | ||
color2 = #59996B | ||
color10 = #85C796 | ||
|
||
# CYAN | ||
color6 = #009BAA | ||
color14 = #42CAD9 | ||
|
||
# BLUE | ||
color4 = #5B8FCA | ||
color12 = #8BBCFA | ||
|
||
# MAGENTA | ||
color5 = #B378AB | ||
color13 = #E3A5DA | ||
|
||
color40 = #272621 | ||
color41 = #2E2C28 | ||
color42 = #34322E | ||
color43 = #5C5955 | ||
color44 = #6F7277 | ||
color45 = #A3A6AB | ||
color46 = #DADDE2 | ||
color47 = #F6F9FF | ||
|
||
color16 = #F9A299 | ||
color17 = #C7756E | ||
|
||
color18 = #EAAB80 | ||
color19 = #B97E56 | ||
|
||
color20 = #CFB776 | ||
color21 = #9F8A4B | ||
|
||
color22 = #ACC17E | ||
color23 = #7F9353 | ||
|
||
color24 = #85C796 | ||
color25 = #59996B | ||
|
||
color26 = #5DCBB7 | ||
color27 = #259C8A | ||
|
||
color28 = #42CAD9 | ||
color29 = #009BAA | ||
|
||
color30 = #58C5F1 | ||
color31 = #0497C1 | ||
|
||
color32 = #8BBCFA | ||
color33 = #5B8FCA | ||
|
||
color34 = #BDB0F2 | ||
color35 = #8E83C2 | ||
|
||
color36 = #E3A5DA | ||
color37 = #B378AB | ||
|
||
color38 = #F79FBA | ||
color39 = #C6728D | ||
|
||
[hints] | ||
font = Monospace 8 | ||
foreground = #2E2C28 | ||
background = #A3A6AB | ||
active_foreground = #2E2C28 | ||
active_background = #F9A299 | ||
border = #5C5955 | ||
padding = 2 | ||
border_width = 1 | ||
roundness = 2 | ||
|
||
# vim: ft=dosini cms=#%s |
Oops, something went wrong.