(not to be confused with the function const)
newtype Const a b = Const { getConst :: a }| /* This css has been moved due to the Vencord development team not allowing gists for import urls. | |
| * Source css: https://github.com/DubyaDude/DubyasCleanupOfDiscord/blob/main/DubyasCleanupOfDiscord.css | |
| */ | |
| @import url("https://raw.githubusercontent.com/DubyaDude/DubyasCleanupOfDiscord/main/DubyasCleanupOfDiscord.css"); |
| #!/usr/bin/env python3 | |
| # | |
| # Convert .itermcolors files to kitty terminal color settings. | |
| # Modded from https://gist.github.com/MSylvia/4e90860743f1a4de187d | |
| # Might need to adjust dicts[i][NUMBER].text per your file. | |
| import sys | |
| import xml.etree.ElementTree as ET | |
| def rgb_to_hex(rgb): |