1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/tests/modules/programs/gnome-terminal/gnome-terminal-1.conf
Kevin Amado e92f5bb79e
programs.gnome-terminal: terminal options (#2042)
- Add support for showing bold as bright colors
- Add support to configure the background transparency
- Fix the scrollOnOutput, it was not being dumped to the config
- Add tests!
- Add myself as maintainer
2021-06-15 23:39:56 +02:00

35 lines
1.0 KiB
Plaintext

[org/gnome/terminal/legacy]
default-show-menubar=false
schema-version=3
theme-variant='default'
[org/gnome/terminal/legacy/profiles:]
default='e0b782ed-6aca-44eb-8c75-62b3706b6220'
list=@as ['e0b782ed-6aca-44eb-8c75-62b3706b6220']
[org/gnome/terminal/legacy/profiles:/:e0b782ed-6aca-44eb-8c75-62b3706b6220]
allow-bold=true
audible-bell=true
background-color='#2E3436'
background-transparency-percent=5
backspace-binding='ascii-delete'
bold-color-same-as-fg=true
bold-is-bright=true
cursor-blink-mode='off'
cursor-colors-set=false
cursor-shape='underline'
delete-binding='delete-sequence'
foreground-color='#D3D7C1'
highlight-colors-set=false
login-shell=false
palette=@as ['#000000','#AA0000','#00AA00','#AA5500','#0000AA','#AA00AA','#00AAAA','#AAAAAA','#555555','#FF5555','#55FF55','#FFFF55','#5555FF','#FF55FF','#55FFFF','#FFFFFF']
scroll-on-output=false
scrollback-lines=1000000
scrollbar-policy='never'
use-custom-command=false
use-system-font=true
use-theme-colors=false
use-theme-transparency=false
use-transparent-background=true
visible-name='kamadorueda'