This file contains hidden or 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
| --[[ 2018/06/17 | Highlight v3.43 | Lua 5.3 | |
| ================================================================================ | |
| Scheme: "Monokai" | |
| Author: Allie | |
| License: MIT License | |
| Source: | |
| ------------------------------------------------------------------------------]] | |
| Description = "Monokai" | |
| Categories = {"dark", "lsp"} |
This file contains hidden or 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
| --[[ 2023/11/13 | Lua 5.3 | |
| Based on https://github.com/sainnhe/sonokai. | |
| Useful for https://github.com/sbarex/SourceCodeSyntaxHighlight and other things that use highlight themes. | |
| ------------------------------------------------------------------------------]] | |
| Description="Sonokai" | |
| Categories = {"dark"} | |
| -------------------------------------------------------------------------------- |
This file contains hidden or 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
| # EVM | |
| DOMAIN-SUFFIX,etherscan.io | |
| DOMAIN-SUFFIX,etherscan.com | |
| DOMAIN-SUFFIX,zapper.fi | |
| DOMAIN-SUFFIX,arbiscan.io | |
| DOMAIN-SUFFIX,ethernow.xyz | |
| DOMAIN-SUFFIX,blockscout.com | |
| DOMAIN-SUFFIX,ethplorer.io | |
| DOMAIN-SUFFIX,polygonscan.com | |
| DOMAIN-SUFFIX,chainlens.com |
This file contains hidden or 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
| .blacklist [ | |
| "terminal" | |
| "kitty" | |
| "qutebrowser" | |
| ] | |
| # Window focus - alt + vim keys | |
| alt - h : yabai -m window --focus west | |
| alt - j : yabai -m window --focus south | |
| alt - k : yabai -m window --focus north |
This file contains hidden or 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
| /* Promenade Theme for Miniflux - v2 | |
| * Converted from NetNewsWire Promenade theme | |
| * Focus: Article reading experience only, don't break list view | |
| */ | |
| :root { | |
| /* Light mode colors */ | |
| --header-table-border-color: rgba(0, 0, 0, 0.1); | |
| --header-color: rgba(0, 0, 0, 0.3); | |
| --body-code-color: #666; |
This file contains hidden or 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
| blueprint: | |
| name: Zigbee2MQTT - Tuya 1-Button Scene Switch | |
| description: Automate your Tuya 1-Button Scene Switch via Zigbee2MQTT. | |
| domain: automation | |
| input: | |
| switch: | |
| name: Button Device | |
| description: Select your button | |
| selector: | |
| device: |
OlderNewer