Skip to content

Instantly share code, notes, and snippets.

@4Evergreen4
Created May 12, 2015 17:59
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save 4Evergreen4/1f9cfb51ee409aa95417 to your computer and use it in GitHub Desktop.
Save 4Evergreen4/1f9cfb51ee409aa95417 to your computer and use it in GitHub Desktop.
Gruvbox dark theme for xfce4-terminal (put this in ~/.xfce4/config/terminal/terminalrc)
ColorForeground=#f2f2e5e5bcbc
ColorBackground=#323230302f2f
ColorCursor=#d65bc4cd8ca1
ColorPalette=#323230302f2f;#cccc24241d1d;#989897971a1a;#d7d799992121;#454585858888;#b1b162628686;#68689d9d6a6a;#929283837474;#1d1d20202121;#fbfb49493434;#b8b8bbbb2626;#fafabdbd2f2f;#8383a5a59898;#d3d386869b9b;#8e8ec0c07c7c;#b9b9a6a69393
@9Labbs
Copy link

9Labbs commented Apr 23, 2021

For xfce4-session 4.16.0 (Xfce 4.16)

For people on 2021.

Create a new archive in /usr/share/xfce4/terminal/colorschemes and call it gruvbox.theme (or whatever you want to name it as long as it ends up in .theme)

doas nano /usr/share/xfce4/terminal/colorschemes/gruvbox.theme

Now, in the file, you're going to paste this.

[Scheme]
Name=Gruvbox
ColorForeground=#f2f2e5e5bcbc
ColorBackground=#323230302f2f
ColorCursor=#d65bc4cd8ca1
ColorPalette=#323230302f2f;#cccc24241d1d;#989897971a1a;#d7d799992121;#45458585>

And that's it, you save it and now you have the theme for the latest version.

image

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