This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sometimes the hue option is greyed out within signalrgb and I need to reset signal's hue integration. deletes the associated registry key. source of original idea: https://www.reddit.com/r/SignalRGB/comments/vdw8ss/comment/icoremm | |
Remove-Item -Path HKEY_CURRENT_USER\SOFTWARE\WhirlwindFX\SignalRgb\philips -Force -Verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Infrafloss, a fairyfloss for the infra among us | |
# Intended for use with nopjmp's fairyfloss VS Code extention | |
# VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=nopjmp.fairyfloss | |
# Copy this file into your settings.json | |
"workbench.colorTheme": "fairyfloss", | |
"editor.tokenColorCustomizations": | |
{ | |
"textMateRules": | |
[ |