+ [2013-06-18T02:47:15Z] p91 hi, has anybody some information on writing your own Solarized highlight schemes? I just cannot find where the pygment files are stored
+ [2013-06-18T02:48:03Z] p91 I have some data from wireshark files so it would be great if I could siplay them in a nice way
+ [2013-06-18T04:28:25Z] pontiki p91, not 100% sure? but check under the sass directory; sass/partials/_syntax.scss seems to hold them; you should put your customized colour in sass/custom somewhere
+ [2013-06-18T04:28:36Z] pontiki i have not tried this at all, so i'm not sure how it works
+ [2013-06-18T10:53:48Z] p91 @pontki hm, I think I have to explain more. I not only want to alter the colors but also need to alter how the data is processed. The wireshark data has already line numbering in hex in front so I want to replace the line nubering by the hex numbering. This is followed by 16 rows of hex data and then the ascii reprsentation of this. So I am looking for the python files processing this to alter them that they fit my needs. Not sure if this is the

message no. 3148

Posted by p91 in #octopress at 2013-06-18T02:48:03Z

I have some data from wireshark files so it would be great if I could siplay them in a nice way
+ [2013-06-19T04:01:47Z] pontiki p91: (if you're still around) this sounds like a separate plugin might be more suitable? idk
+ [2013-06-19T04:02:03Z] pontiki i don't know much about solorize or pygments
+ [2013-06-19T04:02:36Z] pontiki i can tell you the solorize stuff should be where your gems are bundled; you could do 'bundle show solorize'
+ [2013-06-19T04:03:22Z] pontiki (solarize?)
+ [2013-06-19T11:01:51Z] p91 pontiki: taht is waht I have done for now. Still have some errors in it but once I see the problem, it should be good to go