Created
March 24, 2017 17:27
-
-
Save sabueso/f6e32e8da490b62498c8bb2a6de0ed92 to your computer and use it in GitHub Desktop.
Gnome3 dark terminal style
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
##Usage: replace with your profile ID and do | |
## dconf load /org/gnome/terminal/ < gnome_dark_theme.txt | |
[legacy] | |
dark-theme=true | |
schema-version=uint32 3 | |
[legacy/profiles:/:34b240d3-9147-4115-bd21-07a7d2ebac1b] | |
foreground-color='rgb(238,238,236)' | |
rewrap-on-resize=false | |
visible-name='Ramirin' | |
palette=['rgb(16,74,88)', 'rgb(173,178,166)', 'rgb(167,200,136)', 'rgb(181,137,0)', 'rgb(38,139,210)', 'rgb(211,54,130)', 'rgb(42,161,152)', 'rgb(238,232,213)', 'rgb(155,215,215)', 'rgb(203,75,22)', 'rgb(132,235,150)', 'rgb(0,43,54)', 'rgb(114,159,207)', 'rgb(108,113,196)', 'rgb(155,215,215)', 'rgb(253,246,227)'] | |
cursor-shape='block' | |
scroll-on-output=true | |
use-theme-colors=false | |
use-system-font=false | |
font='Monospace 9' | |
allow-bold=false | |
bold-color-same-as-fg=false | |
bold-color='rgb(233,185,110)' | |
background-color='rgb(13,42,55)' | |
audible-bell=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment