Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 2 months agosafe as fuckfeddit.orgimagemessage-square42fedilinkarrow-up11.03Karrow-down19
arrow-up11.02Karrow-down1imagesafe as fuckfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 2 months agomessage-square42fedilink
minus-squareIngeniousRocks (They/She) @lemmy.dbzer0.comlinkfedilinkarrow-up7·2 months agoLite Mode, Dark Mode? Am I the only one using custom theming in their IDE? It’s like, what if gruvbox lite was green instead of orange. Green is calming, makes me feel like I’m in nature. Become one with the bugs and encourage them gently to leave your code alone.
minus-squarePolarKraken@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·2 months agovibe coding but great
minus-squarearty@feddit.orglinkfedilinkEnglisharrow-up2·2 months agoNot only in IDE, but on webpages as well
minus-squareIngeniousRocks (They/She) @lemmy.dbzer0.comlinkfedilinkarrow-up1·2 months agoOooh what do you use for recoloring web pages?
minus-squarearty@feddit.orglinkfedilinkEnglisharrow-up2·2 months agoStylish addon with a simple CSS :is(html, body) { background-color: #c3f1c5; } or Tranquility Reader
Lite Mode, Dark Mode?
Am I the only one using custom theming in their IDE? It’s like, what if gruvbox lite was green instead of orange. Green is calming, makes me feel like I’m in nature. Become one with the bugs and encourage them gently to leave your code alone.
vibe coding but great
Not only in IDE, but on webpages as well
Oooh what do you use for recoloring web pages?
Stylish addon with a simple CSS
:is(html, body) { background-color: #c3f1c5; }or Tranquility Reader