mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 03:19:42 +01:00
635432b33a
Termite works exceptionally well as a transparent terminal, so I'll just let termite focus on true color, transparency, and displaying emoji while urxvt focuses on universal theme changing and images in the terminal. There doesn't seem to be a terminal out there (yet) that handles both of these things in all the software I want, so this compromise is good enough.
35 lines
728 B
INI
35 lines
728 B
INI
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
# Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
[options]
|
|
font = Hack 11
|
|
|
|
# No need to show the mouse in the terminal window
|
|
mouse_autohide = true
|
|
|
|
[colors]
|
|
foreground = {foreground}
|
|
foreground_bold = {cursor}
|
|
cursor = {cursor}
|
|
cursor_foreground = {background}
|
|
background = rgba({background.rgb}, 0.9)
|
|
|
|
color0 = {color0}
|
|
color1 = {color1}
|
|
color2 = {color2}
|
|
color3 = {color3}
|
|
color4 = {color4}
|
|
color5 = {color5}
|
|
color6 = {color6}
|
|
color7 = {color7}
|
|
color8 = {color8}
|
|
color9 = {color9}
|
|
color10 = {color10}
|
|
color11 = {color11}
|
|
color12 = {color12}
|
|
color13 = {color13}
|
|
color14 = {color14}
|
|
color15 = {color15}
|
|
|
|
# vim:ft=dosini
|