Last active
April 6, 2023 23:14
-
-
Save greenec/0e149a284d3e210fdb08658340b437dd to your computer and use it in GitHub Desktop.
Dark Pastels GNOME Terminal Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# dconf load /org/gnome/terminal/legacy/profiles:/:PROFILE_GUID/ < DarkPastels.dconf | |
[/] | |
audible-bell=false | |
background-color='rgb(27,34,36)' | |
default-size-columns=120 | |
default-size-rows=30 | |
foreground-color='rgb(221,221,221)' | |
palette=['rgb(63,63,63)', 'rgb(112,80,80)', 'rgb(75,148,111)', 'rgb(223,175,143)', 'rgb(52,101,164)', 'rgb(220,140,195)', 'rgb(140,208,211)', 'rgb(220,220,220)', 'rgb(112,144,128)', 'rgb(220,163,163)', 'rgb(114,213,163)', 'rgb(240,223,175)', 'rgb(148,191,243)', 'rgb(236,147,211)', 'rgb(147,224,227)', 'rgb(255,255,255)'] | |
scrollbar-policy='never' | |
use-system-font=false | |
use-theme-colors=false | |
visible-name='Dark Pastels' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment