-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
15 changed files
with
168 additions
and
51 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1 +0,0 @@ | ||
prefix=~/.npm-global | ||
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,136 @@ | ||
[options] | ||
#allow_bold = true | ||
#audible_bell = false | ||
#clickable_url = true | ||
#dynamic_title = true | ||
font = Monoid Nerd Font 9 | ||
#fullscreen = true | ||
#geometry = 640x480 | ||
#icon_name = terminal | ||
#mouse_autohide = false | ||
#scroll_on_output = false | ||
#scroll_on_keystroke = true | ||
# Length of the scrollback buffer, 0 disabled the scrollback buffer | ||
# and setting it to a negative value means "infinite scrollback" | ||
scrollback_lines = 10000 | ||
#search_wrap = true | ||
#urgent_on_bell = true | ||
#hyperlinks = false | ||
|
||
# $BROWSER is used by default if set, with xdg-open as a fallback | ||
#browser = xdg-open | ||
|
||
# "system", "on" or "off" | ||
#cursor_blink = system | ||
|
||
# "block", "underline" or "ibeam" | ||
#cursor_shape = block | ||
|
||
# Hide links that are no longer valid in url select overlay mode | ||
#filter_unmatched_urls = true | ||
|
||
# Emit escape sequences for extra modified keys | ||
#modify_other_keys = false | ||
|
||
# set size hints for the window | ||
#size_hints = false | ||
|
||
# "off", "left" or "right" | ||
#scrollbar = off | ||
|
||
[colors] | ||
# If both of these are unset, cursor falls back to the foreground color, | ||
# and cursor_foreground falls back to the background color. | ||
#cursor = #dcdccc | ||
#cursor_foreground = #dcdccc | ||
|
||
#foreground = #dcdccc | ||
#foreground_bold = #ffffff | ||
#background = #3f3f3f | ||
|
||
# 20% background transparency (requires a compositor) | ||
#background = rgba(63, 63, 63, 0.8) | ||
|
||
# If unset, will reverse foreground and background | ||
# highlight = #2f2f2f | ||
|
||
# Colors from color0 to color254 can be set | ||
# color0 = #3f3f3f | ||
# color1 = #705050 | ||
# color2 = #60b48a | ||
# color3 = #dfaf8f | ||
# color4 = #506070 | ||
# color5 = #dc8cc3 | ||
# color6 = #8cd0d3 | ||
# color7 = #dcdccc | ||
# color8 = #709080 | ||
# color9 = #dca3a3 | ||
# color10 = #c3bf9f | ||
# color11 = #f0dfaf | ||
# color12 = #94bff3 | ||
# color13 = #ec93d3 | ||
# color14 = #93e0e3 | ||
# color15 = #ffffff | ||
|
||
|
||
# Base16 Eighties | ||
# Author: Chris Kempson (http://chriskempson.com) | ||
|
||
foreground = #d3d0c8 | ||
foreground_bold = #e8e6df | ||
cursor = #e8e6df | ||
cursor_foreground = #2d2d2d | ||
background = #2d2d2d | ||
|
||
# 16 color space | ||
|
||
# Black, Gray, Silver, White | ||
color0 = #2d2d2d | ||
color8 = #747369 | ||
color7 = #d3d0c8 | ||
color15 = #f2f0ec | ||
|
||
# Red | ||
color1 = #f2777a | ||
color9 = #f2777a | ||
|
||
# Green | ||
color2 = #99cc99 | ||
color10 = #99cc99 | ||
|
||
# Yellow | ||
color3 = #ffcc66 | ||
color11 = #ffcc66 | ||
|
||
# Blue | ||
color4 = #6699cc | ||
color12 = #6699cc | ||
|
||
# Purple | ||
color5 = #cc99cc | ||
color13 = #cc99cc | ||
|
||
# Teal | ||
color6 = #66cccc | ||
color14 = #66cccc | ||
|
||
# Extra colors | ||
color16 = #f99157 | ||
color17 = #d27b53 | ||
color18 = #393939 | ||
color19 = #515151 | ||
color20 = #a09f93 | ||
color21 = #e8e6df | ||
|
||
[hints] | ||
#font = Monospace 12 | ||
#foreground = #dcdccc | ||
#background = #3f3f3f | ||
#active_foreground = #e68080 | ||
#active_background = #3f3f3f | ||
#padding = 2 | ||
#border = #3f3f3f | ||
#border_width = 0.5 | ||
#roundness = 2.0 | ||
|
||
# vim: ft=dosini cms=#%s |