Skip to content

Need to set the xfce4-terminal palette to match desert.vim #3

@graysky2

Description

@graysky2

Is there a list of hex colors this theme uses that I can port into xfce4-terminal so vim displays your theme correctly? Currently, gvim does look correct, but vim is using my terminal's palette and looks wrong.

I think my terminal is setup correctly:

% echo $TERM
xterm-256color

Here is an example format that xfce4-terminal expects for color palette definitions, I just don't see the 16 colors defined in desert.vim:

[Scheme]
Name=Base16-Default Dark
ColorForeground=#d8d8d8
ColorBackground=#181818
ColorCursor=#d8d8d8
ColorPalette=#181818;#ab4642;#a1b56c;#f7ca88;#7cafc2;#ba8baf;#86c1b9;#d8d8d8;#585858;#ab4642;#a1b56c;#f7ca88;#7cafc2;#ba8baf;#86c1b9;#f8f8f8

To illustrate how ugly my terminal is:
compare

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions