Topic: [Resolved] Terminator config

So I found a great color scheme for urxvt, but I have no idea how to edit the terminator config to match.  The .Xdefaults colors look like this:

*background: #222222
*foreground: #707678
*cursorColor: #707678
/*Black*/
*color0: #2c2d2e
/*Red3*/
*color1: #ae4747
/*Green3*/
*color2: #696c59
/*Yellow3*/
*color3: #c7c93d
/*Blue*/
*color4: #6f99b4
/*Magenta3*/
*color5: #aa8cbf
/*Cyan3*/
*color6: #68b4b1
/*Gray90*/
*color7: #707678
/*Gray30*/
*color8: #a3a5a6
/*Red*/
*color9: #ee6363
/*Green*/
*color10: #90a57d
/*Yellow*/
*color11: #d0c54d
/*Light Blue*/
*color12: #7c96b0
/*Magenta*/
*color13: #8f4c70
/*Cyan*/
*color14: #2d8285
/*White*/
*color15: #e2e2e2

It's pretty self explanitory, but not so much with terminator.  So my question is, does anyone know what the order of colors is in terminators config (white, black, light blue, etc) and how do I convert the 8-bit code to 16-bit?

.files
dnyy in IRC & Urban Terror

Re: [Resolved] Terminator config

Well, the file to edit is located here: ~/.config/terminator/config
As for what to edit, I don't know how, but here's a good place to start: http://manpages.ubuntu.com/manpages/int … fig.5.html

All in an effort to learn...
Delves deeper into code...

Re: [Resolved] Terminator config

Ah well I know all that (thanks though!), main problem is going from #6f99b4 to 16-bit and so on.  That and I don't know which color is which in terminators config as it lists them like so:

palette=#000000000000:#aaaa00000000:#0000aaaa0000:#aaaa55550000:#00000000aaaa:#aaaa0000aaaa:#0000aaaaaaaa:#aaaaaaaaaaaa:#555555555555:#ffff55555555:#5555ffff5555:#ffffffff5555:#55555555ffff:#ffff5555ffff:#5555ffffffff:#ffffffffffff
.files
dnyy in IRC & Urban Terror

Re: [Resolved] Terminator config

the colours are rgb without alphachannel..not 8bit..right??

Re: [Resolved] Terminator config

they aren't 8-bit for sure, they're 16-bit. Wether that's RGB without alphachannel I have no idea.  They're 12 characters long and RGB would only be 9. hmm

Last edited by dannytatom (2009-01-26 03:25:19)

.files
dnyy in IRC & Urban Terror

Re: [Resolved] Terminator config

i would try to change the values to 3x2 pair instead of 3x4 pairs..like this -->  #ffff0000bbbb  -->  #ff00bb
..and see how terminator likes that.. but ill google it some more now..

Re: [Resolved] Terminator config

https://answers.launchpad.net/terminato … tion/55416

Re: [Resolved] Terminator config

Alright, I gots it.  I installed the colour picker extension for firefox and went through seeing what the colors were in the terminator config (keeping in mind that each one is every number of a hex code doubled, as you said) then comparing 'em with my .Xdefaults file.  Turns out they're in the exact same order, so it turned out easier than I thought. tongue

.files
dnyy in IRC & Urban Terror

Re: [Resolved] Terminator config

For anyone that wants it, here's a screenshot and my config file:

http://www.picamatic.com/show/2009/01/26/06/45/1865090_bigthumb.png

scrollbar_position=disabled
background_color=#222222
foreground_color=#707678
font=Mono 8
palette=#22cc22dd22ee:#aaee44774477:#669966cc5599:#cc77cc9933dd:#66ff9999bb44:#aaaa88ccbbff:#6688bb44bb11:#770077667788:#aa33aa55aa66:#eeee66336633:#9900aa5577dd:#dd00cc5544dd:#77cc9966bb00:#88ff44cc7700:#22dd88228855:#ee22ee22ee22
borderless=true
background_darkness=0.0
force_no_bell=true
titlebars=false
handle_size=0
.files
dnyy in IRC & Urban Terror

Re: [Resolved] Terminator config

Whoa, nice work! I am going to switch my palette and see how I get on with it. Again, great work and thank you for sharing!

Re: [Resolved] Terminator config

Great, yet another thing to customize tongue

All in an effort to learn...
Delves deeper into code...

Re: [Resolved] Terminator config

hey! that looks awesome danny! big_smile

Re: [Resolved] Terminator config

Yeah, that looks sharp! Thanks for posting your results.