1
0
forked from extern/nix-config
donovanglover-nix-config/dots/common/.config/termite/config
Donovan Glover 93500e18e9
Combine common dotfiles
This commit puts all common dotfiles in the same directory. This makes
it really easy to stow all my dotfiles that are common across all the
setups I use, and also makes it easy for me to verify that all the
dotfiles I need are already stowed with one simple command.
2018-09-06 15:46:19 -04:00

44 lines
873 B
INI

# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017-2018 Donovan Glover
[options]
# 3 fonts of preference, sorted by readability
font = Hack 12
#font = Inconsolata 14
#font = Fira Mono 12
# No need to show the mouse in the terminal window
mouse_autohide = true
[colors]
foreground = #D0D0D0
foreground_bold = #E0E0E0
cursor = #E0E0E0
cursor_foreground = #151515
background = #151515
color0 = #151515
color8 = #505050
color7 = #D0D0D0
color15 = #FFFFFF
color1 = #FF0086
color9 = #FF0086
color2 = #00C918
color10 = #00C918
color3 = #ABA800
color11 = #ABA800
color4 = #3777E6
color12 = #3777E6
color5 = #AD00A1
color13 = #AD00A1
color6 = #1FAAAA
color14 = #1FAAAA
color16 = #FD8900
color17 = #CC6633
color18 = #202020
color19 = #303030
color20 = #B0B0B0
color21 = #E0E0E0
# vim:ft=dosini