Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XFCE4 terminal export syntax incorrect #45

Open
itspacrat opened this issue Dec 1, 2017 · 0 comments
Open

XFCE4 terminal export syntax incorrect #45

itspacrat opened this issue Dec 1, 2017 · 0 comments

Comments

@itspacrat
Copy link

i understand the context of issue #15 says that there's an xfce4 exporting option. i looked at the .theme files in /usr/share/xfce4/terminal/colorschemes and noticed that the syntax between the terminal.sexy exporter's generated file and the original color scheme files are different at the top

i downloaded Mocha Dark to test (and changed the file extension to .theme manually), which has the configuration:

[Configuration]
ColorCursor=#d0d0c8c8c6c6
ColorForeground=#d0d0c8c8c6c6
ColorBackground=#3b3b32322828
ColorPalette=#3b3b32322828;#cbcb60607777;#bebeb5b55b5b;#f4f4bcbc8787;#8a8ab3b3b5b5;#a8a89b9bb9b9;#7b7bbdbda4a4;#d0d0c8c8c6c6;#7e7e70705a5a;#cbcb60607777;#bebeb5b55b5b;#f4f4bcbc8787;#8a8ab3b3b5b5;#a8a89b9bb9b9;#7b7bbdbda4a4;#f5f5eeeeebeb

and after putting it in ~/.local/share/xfce4/terminal/colorschemes i saw no change. i adopted the syntax for the top two lines in the original files, [Scheme] and Name=scheme name resulting in these alterations:

[Scheme]
Name=Mocha (Dark)
ColorCursor=#d0d0c8c8c6c6
ColorForeground=#d0d0c8c8c6c6
ColorBackground=#3b3b32322828
ColorPalette=#3b3b32322828;#cbcb60607777;#bebeb5b55b5b;#f4f4bcbc8787;#8a8ab3b3b5b5;#a8a89b9bb9b9;#7b7bbdbda4a4;#d0d0c8c8c6c6;#7e7e70705a5a;#cbcb60607777;#bebeb5b55b5b;#f4f4bcbc8787;#8a8ab3b3b5b5;#a8a89b9bb9b9;#7b7bbdbda4a4;#f5f5eeeeebeb

I closed and re-opened the xfce4 terminal, and i was able to choose the preset from preferences after altering the file. is there a way you could have the xfce4 export setting generate a file with this structure, as it's correct? and possibly have the file downloadable as a .theme file instead of a plaintext file?

(issue aside, i love this tool and i'm really impressed by it - it's made my terminal way easier on my eyes, and prettier all at once.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant