Skip to content

Instantly share code, notes, and snippets.

@garth
Created October 28, 2018 20:54
Show Gist options
  • Save garth/644f5e672c94b86cea23652eb93a52b8 to your computer and use it in GitHub Desktop.
Save garth/644f5e672c94b86cea23652eb93a52b8 to your computer and use it in GitHub Desktop.
Nova gnome terminal settings
[legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9]
foreground-color='rgb(197,212,221)'
visible-name='Nova'
palette=['rgb(60,76,85)', 'rgb(223,140,140)', 'rgb(168,206,147)', 'rgb(218,218,147)', 'rgb(131,175,229)', 'rgb(154,147,225)', 'rgb(127,193,202)', 'rgb(197,212,221)', 'rgb(137,155,166)', 'rgb(242,195,143)', 'rgb(168,206,147)', 'rgb(218,218,147)', 'rgb(131,175,229)', 'rgb(209,142,194)', 'rgb(127,193,202)', 'rgb(230,238,243)']
default-size-rows=40
default-size-columns=140
cursor-background-color='rgb(127,193,202)'
cursor-shape='block'
cursor-colors-set=true
highlight-colors-set=false
use-system-font=false
use-transparent-background=true
use-theme-colors=false
cursor-foreground-color='rgb(60,76,85)'
font='Monospace 9'
use-theme-transparency=false
highlight-background-color='rgb(127,193,202)'
background-color='rgb(60,76,85)'
background-transparency-percent=4
highlight-foreground-color='rgb(60,76,85)'
[legacy]
schema-version=uint32 3
@garth
Copy link
Author

garth commented Oct 28, 2018

Save settings:

dconf dump /org/gnome/terminal/ > gnome_terminal_settings.txt

Load settings:

dconf load /org/gnome/terminal/ < gnome_terminal_settings.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment