Keruspe / Germinal

Minimalist vte-based terminal emulator
GNU General Public License v3.0
65 stars 6 forks source link

[FEATURE REQUEST] solarized theme #16

Open xinity opened 5 years ago

xinity commented 5 years ago

I'm discovering germinal and found it pretty cool and so low on resources that it would perfectly fit in my day to day usecase.

Any way to add a solarized color scheme to germinal in dconf?

I'm crawled some but haven't found anything yet.

How about adding a quick Doc on this point?

Thanks again for this great piece of software

julientechdev commented 4 years ago

You can configure the "palette" option in dconf, you just have to pass on an array of colors, you can replace the default: ['#000000000000', '#cdcb00000000', '#0000cdcb0000', '#cdcbcdcb0000', '#1e1a908fffff', '#cdcb0000cdcb', '#0000cdcbcdcb', '#e5e2e5e2e5e2', '#4ccc4ccc4ccc', '#ffff00000000', '#0000ffff0000', '#ffffffff0000', '#46458281b4ae', '#ffff0000ffff', '#0000ffffffff', '#ffffffffffff']

with colors you can find here: https://ethanschoonover.com/solarized/

xinity commented 4 years ago

will try it thanks @avrelaun :)