hamvocke / dotfiles

A collection of my personal dotfiles
547 stars 92 forks source link

base16 script overrides .Xresources #1

Closed Mxbonn closed 8 years ago

Mxbonn commented 8 years ago

Hello,

I'm trying to use some of your configurations and one of the issues I have is that when I use the base16 script for the colors it overrides the settings in my .Xresources file.

I don't mind overriding the color values there but I want a bigger font size in xterm and the base16 always reverts to the small default size. Do you know how I can fix this?

hamvocke commented 8 years ago

Looks like base16-shell could be a little too much for you. There's a dedicated base16-Xresources project that you could fetch your favourite colour scheme from. Maybe using that instead of the snippet in my .zshrc helps with your situation?

Mxbonn commented 8 years ago

That worked perfectly, thanks a lot!