dracula / gnome-terminal

🧛🏻‍♂️ Dark theme for Gnome Terminal
https://draculatheme.com/gnome-terminal
MIT License
326 stars 36 forks source link

Fix color order in palette file #8

Open stowersjoshua opened 4 years ago

stowersjoshua commented 4 years ago

Swaps positions of red and magenta color values in palette file.

Based on solution from @j-hap on issue https://github.com/dracula/gnome-terminal/issues/6.

This PR also null terminates the file to conform to POSIX guidelines.

Before: old

After: new

stowersjoshua commented 4 years ago

Based on https://github.com/dracula/gnome-terminal/commit/4327cd6d69b89e9a21defc2a1276f1e018e77574, this may have been intentional.