Thomas Malkewitz
Thomas Malkewitz
I defiantly agree with the back tick issue, the bright contrast is not pleasing to the eye. And i also was not able to find anywhere in the code where...
well, that at least sent me down the right track, but it was actually very easy to do, just add the class to the grayscale.css: ```css .highlighter-rouge { color: #337ab7;...
actually, better yet, following along with how well this theme is made, do it like this: /_sass/_variables.scss ``` // Inline code block font color $codeblock-font-color: #8cc4d8; // Inline code block...
@lavolp3 I see you have a lot of code commented out at the bottom of https://github.com/lavolp3/LCD-show/blob/master/LCD35-show, can it be used if I use your repo rather then this one?
I feel like this needs to be posted: ``` dwc_otg.lpm_enable=0 console=tty1 console=ttyAMA0,115200 root=/dev/mmcblk0p7 rootfstype=ext4 elevator=deadline rootwait fbcon=map:10 fbcon=font:ProFont6x11 logo.nologo ``` this fixes your noob install. and why is there 52...
I'm going to dig into this this weekend
You should open a Pull Request @rathmel and ill merge it.
what happens if those values are $null? does it error?
I did have it that way, but then took it out. it just felt, 'wrong' to me for some reason. I am still working on a way to actually detect...
so, I've been re thinking this, and I'm thinking about adding a -Force Switch or something to make this happen. So for now, I am going to reopen this. Thanks.