This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/termite/.config/termite/config

100 lines
1.8 KiB
Plaintext

[options]
#allow_bold = true
#audible_bell = false
#clickable_url = true
#dynamic_title = true
font=Fantasquesansmono 14
#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 = true
#
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
#padding = 10
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s
[colors]
# Base16 Tomorrow Night
# Author: Chris Kempson (http://chriskempson.com)
foreground = #c5c8c6
foreground_bold = #e0e0e0
cursor = #e0e0e0
cursor_foreground = #1d1f21
background = rgb(29, 31, 33)
# 16 color space
# Black, Gray, Silver, White
color0 = #1d1f21
color8 = #969896
color7 = #c5c8c6
color15 = #ffffff
# Red
color1 = #cc6666
color9 = #cc6666
# Green
color2 = #b5bd68
color10 = #b5bd68
# Yellow
color3 = #f0c674
color11 = #f0c674
# Blue
color4 = #81a2be
color12 = #81a2be
# Purple
color5 = #b294bb
color13 = #b294bb
# Teal
color6 = #8abeb7
color14 = #8abeb7
# Extra colors
color16 = #de935f
color17 = #a3685a
color18 = #282a2e
color19 = #373b41
color20 = #b4b7b4
color21 = #e0e0e0