Skip to content

Instantly share code, notes, and snippets.

@marcosgabarda
Last active August 29, 2015 14:02
Show Gist options
  • Save marcosgabarda/7f2b1566df7004c21220 to your computer and use it in GitHub Desktop.
Save marcosgabarda/7f2b1566df7004c21220 to your computer and use it in GitHub Desktop.
Color profile for Gnome Terminal based on Flat UI colors (http://flatuicolors.com/)

How to export and import

$ gconftool-2 --dump /apps/gnome-terminal/profiles > profiles.xml
$ gconftool-2 --load profiles.xml
<gconfentryfile>
<entrylist base="/apps/gnome-terminal/profiles">
<entry>
<key>Profile0/allow_bold</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/alternate_screen_scroll</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/background_color</key>
<value>
<string>#00002B2B3636</string>
</value>
</entry>
<entry>
<key>Profile0/background_darkness</key>
<value>
<float>0</float>
</value>
</entry>
<entry>
<key>Profile0/background_image</key>
<value>
<string>/home/marcos/Imágenes/wallpaper-cuble.png</string>
</value>
</entry>
<entry>
<key>Profile0/background_type</key>
<value>
<string>transparent</string>
</value>
</entry>
<entry>
<key>Profile0/backspace_binding</key>
<value>
<string>ascii-del</string>
</value>
</entry>
<entry>
<key>Profile0/bold_color</key>
<value>
<string>#9393A1A1A1A1</string>
</value>
</entry>
<entry>
<key>Profile0/bold_color_same_as_fg</key>
<value>
<bool>false</bool>
</value>
</entry>
<entry>
<key>Profile0/cursor_blink_mode</key>
<value>
<string>system</string>
</value>
</entry>
<entry>
<key>Profile0/cursor_shape</key>
<value>
<string>block</string>
</value>
</entry>
<entry>
<key>Profile0/custom_command</key>
<value>
<string></string>
</value>
</entry>
<entry>
<key>Profile0/default_show_menubar</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/default_size_columns</key>
<value>
<int>80</int>
</value>
</entry>
<entry>
<key>Profile0/default_size_rows</key>
<value>
<int>24</int>
</value>
</entry>
<entry>
<key>Profile0/delete_binding</key>
<value>
<string>escape-sequence</string>
</value>
</entry>
<entry>
<key>Profile0/exit_action</key>
<value>
<string>close</string>
</value>
</entry>
<entry>
<key>Profile0/font</key>
<value>
<string>Ubuntu Mono derivative Powerline 11</string>
</value>
</entry>
<entry>
<key>Profile0/foreground_color</key>
<value>
<string>#838394949696</string>
</value>
</entry>
<entry>
<key>Profile0/login_shell</key>
<value>
<bool>false</bool>
</value>
</entry>
<entry>
<key>Profile0/palette</key>
<value>
<string>#2C2C3E3E5050:#C0C039392B2B:#2727AEAE605F:#F3F39C9C1211:#29288080B9B9:#8E8E4444ADAD:#1616A0A08585:#BDBDC3C3C7C7:#343349495E5E:#E7E74C4B3C3B:#2727AEAE605F:#F1F1C4C30F0F:#34349897DBDB:#9B9A5959B6B6:#1A19BCBC9C9C:#ECECF0F0F1F1</string>
</value>
</entry>
<entry>
<key>Profile0/scroll_background</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/scroll_on_keystroke</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/scroll_on_output</key>
<value>
<bool>false</bool>
</value>
</entry>
<entry>
<key>Profile0/scrollback_lines</key>
<value>
<int>512</int>
</value>
</entry>
<entry>
<key>Profile0/scrollback_unlimited</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/scrollbar_position</key>
<value>
<string>right</string>
</value>
</entry>
<entry>
<key>Profile0/silent_bell</key>
<value>
<bool>false</bool>
</value>
</entry>
<entry>
<key>Profile0/title</key>
<value>
<string>Terminal</string>
</value>
</entry>
<entry>
<key>Profile0/title_mode</key>
<value>
<string>replace</string>
</value>
</entry>
<entry>
<key>Profile0/update_records</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/use_custom_command</key>
<value>
<bool>false</bool>
</value>
</entry>
<entry>
<key>Profile0/use_custom_default_size</key>
<value>
<bool>false</bool>
</value>
</entry>
<entry>
<key>Profile0/use_system_font</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/use_theme_colors</key>
<value>
<bool>true</bool>
</value>
</entry>
<entry>
<key>Profile0/visible_name</key>
<value>
<string>Cuble</string>
</value>
</entry>
<entry>
<key>Profile0/word_chars</key>
<value>
<string>-A-Za-z0-9,./?%&amp;#:_=+@~</string>
</value>
</entry>
</entrylist>
</gconfentryfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment