Skip to content

Instantly share code, notes, and snippets.

@mortn
Last active March 20, 2025 21:57
Show Gist options
  • Save mortn/a57f9aa9f5dcee7bedaec1289673f816 to your computer and use it in GitHub Desktop.
Save mortn/a57f9aa9f5dcee7bedaec1289673f816 to your computer and use it in GitHub Desktop.
Gnome terminal with Ubuntu colours and palette
[/]
default='aaaaaaaa-8fd6-47c6-a14e-6b2769bf2e5e'
list=['aaaaaaaa-8fd6-47c6-a14e-6b2769bf2e5e']
[:aaaaaaaa-8fd6-47c6-a14e-6b2769bf2e5e]
audible-bell=false
background-color='#300924'
bold-is-bright=true
foreground-color='#FFFFFF'
palette=['#2E3436', '#CC0000', '#4E9A06', '#C4A000', '#3465A4', '#75507B', '#06989A', '#D3D7CF', '#555753', '#EF2929', '#8AE234', '#FCE94F', '#729FCF', '#AD7FA8', '#34E2E2', '#EEEEEC']
scrollbar-policy='never'
use-theme-colors=false
visible-name='Ubuntu'
# import with
# curl/cat [this file] | dconf load /org/gnome/terminal/legacy/profiles:/
@mortn
Copy link
Author

mortn commented Mar 20, 2025

curl -s https://gist.githubusercontent.com/mortn/a57f9aa9f5dcee7bedaec1289673f816/raw | dconf load /org/gnome/terminal/legacy/profiles:/

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