mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
91 lines
2 KiB
INI
Executable file
91 lines
2 KiB
INI
Executable file
# ____ _____
|
|
# | _ \_ _| Derek Taylor (DistroTube)
|
|
# | | | || | http://www.youtube.com/c/DistroTube
|
|
# | |_| || | http://www.gitlab.com/dwt1/
|
|
# |____/ |_|
|
|
|
|
[options]
|
|
allow_bold = true
|
|
#audible_bell = false
|
|
clickable_url = true
|
|
#dynamic_title = true
|
|
font = Mononoki Nerd Font 12
|
|
#fullscreen = true
|
|
geometry = 700x520
|
|
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
|
|
|
|
# $BROWSER is used by default if set, with xdg-open as a fallback
|
|
browser = lynx
|
|
|
|
# "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
|
|
|
|
[colors]
|
|
foreground = #bbc5ff
|
|
foreground_bold = #bbc5ff
|
|
cursor = #bbc5ff
|
|
# background transparency (requires a compositor)
|
|
background = rgba(40, 42, 54, 0.95)
|
|
|
|
# if unset, will reverse foreground and background
|
|
#highlight = #839496
|
|
|
|
# colors from color0 to color254 can be set
|
|
color0 = #101010
|
|
color1 = #f07178
|
|
color2 = #c3e88d
|
|
color3 = #ffcb6b
|
|
color4 = #82aaff
|
|
color5 = #c792ea
|
|
color6 = #89ddff
|
|
color7 = #d0d0d0
|
|
color8 = #434758
|
|
color9 = #ff8b92
|
|
color10 = #ddffa7
|
|
color11 = #ffe585
|
|
color12 = #9cc4ff
|
|
color13 = #e1acff
|
|
color14 = #a3f7ff
|
|
color15 = #ffffff
|
|
|
|
[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
|