FollieHiyuki-dotfiles/home/.config/termite/config
2021-02-25 16:03:05 +03:00

118 lines
2.4 KiB
INI

[options]
allow_bold = true
audible_bell = false
bold_is_bright = false
cell_height_scale = 1.0
cell_width_scale = 1.0
clickable_url = true
dynamic_title = true
font = Iosevka Nerd Font 12
fullscreen = false
icon_name = terminal
mouse_autohide = true
scroll_on_output = false
scroll_on_keystroke = true
scrollback_lines = 10000
search_wrap = true
urgent_on_bell = true
hyperlinks = true
# $BROWSER is used by default if set, with xdg-open as a fallback
browser = qutebrowser
# "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.
# --- Nord --- #
cursor = #d8dee9
cursor_foreground = #2e3440
# -- OneDark -- #
# cursor = #bbc2cf
# cursor_foreground = #282c34
# --- Nord --- #
foreground = #d8dee9
foreground_bold = #d8dee9
background = rgba(46, 52, 64, 0.95)
# -- OneDark -- #
# foreground = #abb2bf
# foreground_bold = #abb2bf
# background = rgba(40, 44, 52, 0.95)
# If unset, will reverse foreground and background
# highlight = #2f2f2f
# Colors from color0 to color254 can be set
# --- Nord --- #
color0 = #3b4252
color1 = #bf616a
color2 = #a3be8c
color3 = #ebcb8b
color4 = #81a1c1
color5 = #b48ead
color6 = #88c0d0
color7 = #e5e9f0
color8 = #4c566a
color9 = #bf616a
color10 = #a3be8c
color11 = #ebcb8b
color12 = #81a1c1
color13 = #b48ead
color14 = #8fbcbb
color15 = #eceff4
# -- OneDark -- #
# color0 = #282c34
# color1 = #be5046
# color2 = #98c379
# color3 = #d19a66
# color4 = #61afef
# color5 = #c678dd
# color6 = #56b6c2
# color7 = #abb2bf
# color8 = #3e4452
# color9 = #e06c75
# color10 = #98c379
# color11 = #e5c07b
# color12 = #61afef
# color13 = #c678dd
# color14 = #56b6c2
# color15 = #bbc2cf
[hints]
font = Iosevka Nerd Font 14
border_width = 1.0
roundness = 2.0
padding = 2
# --- Nord --- #
foreground = #d8dee9
background = #2e3440
active_foreground = #2e3440
active_background = #81a1c1
border = #ebcb8b
# -- OneDark -- #
# foreground = #abb2bf
# background = #282c34
# active_foreground = #282c34
# active_background = #61afef
# border = #e5c07b
# vim: ft=dosini cms=#%s