Victor Zamanian

Results 33 comments of Victor Zamanian

As an example, this is the way to configure this in VS Code: ``` "window.autoDetectColorScheme": true, "workbench.preferredDarkColorTheme": "Default Dark+", "workbench.preferredLightColorTheme": "Default Light+", ``` Could be some inspiration?

> I wrote the following custom JS to automatically switch by updating your config: > > ```js > > if (typeof window.__themeListenerUnsubscribe === 'function') { > window.__themeListenerUnsubscribe(); > window.__themeListenerUnsubscribe =...

> Ref: https://www.electronjs.org/docs/all#automatically-updating-your-own-interfaces Dead link, this seems to be alive: https://www.electronjs.org/docs/latest/tutorial/dark-mode#automatically-update-your-own-interfaces

> For those on Arch, after installing from AUR `pomotroid-bin` you can modify Pomotroid's `.desktop` file by adding the `--disable-gpu-sandbox` flag to the `Exec` config property. Here's an **[idempotent]** command...

This light-weight multiplexer is a real tmux-killer, if it weren't for the lack of true-color. Really cool and useful CLI color utilities like `pastel` do not work well in dvtm...

This should be a prioritized issue, IMO. This is bad UX (most likely unintended but still). And it gives the impression that more is being deleted when it isn't. Those...

Still no wiki? :-( I would really appreciate a comprehensive listing of all the commands that I could use to bind keys to without scouring the source code to figure...

Professional front-end developer for over 5 years now, love open source, I could help with some code review or something if you need me? Sign me up.

Yeah would be nice, but is it possible, considering the need for a `client_id` during building?

@Krutonium I use Arch, so if I manage to build the app at all in the future (when #4 is resolved), then maybe I can get an Arch package uploaded...