Add color palette for Sakura terminal

6,481

Solution 1

i think you'll need to Xdefaults; this page explains it as well as providing some examples; https://wiki.archlinux.org/index.php/X_resources

several other terminal emulators (terminator, xfce-term) support adding your own colours, on the fly, using a colour picker. This can be useful to preview your own selection and export your Xdefault colours to the term of your choice.

Solution 2

Palletes are hardwired in the source code, but reasonably simple to modify. Just download source and modify the constants for given colors. Palettes are defined at the beginning of sakura.c and contain colors in GdkRGBA style.

Adding a new palette is more difficult, as the names of palettes are used several times in the source.

Share:
6,481

Related videos on Youtube

evfwcqcg
Author by

evfwcqcg

Updated on September 18, 2022

Comments

  • evfwcqcg
    evfwcqcg over 1 year

    How can add my own color palette in Sakura terminal?

    I use Ubuntu 12.04, and in options menu, I see only tango, Linux, xterm and rxvt palettes available.

  • Dave M
    Dave M over 10 years
    Can you add detail on modification process. As is this really does not answer the question
  • rr-
    rr- about 9 years
    Yes it does. It's what I just did.
  • rr-
    rr- about 9 years
    ...especially that the author himself doesn't want to have custom palettes in Sakura: code.launchpad.net/~kyleb/sakura/custom-palette/+merge/73968 (?!)