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
| ZDOTDIR="$HOME" | |
| [ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" | |
| # Colors | |
| # black | |
| foreground='#d4d4d5' | |
| background='#101317' | |
| color0='#171c21' |
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
| box box { | |
| background-image: url("https://runt-of-the-web.com/wordpress/wp-content/uploads/2013/05/shibe-meme-blazed.jpg"); | |
| border-radius: 20%; | |
| color: red; | |
| font-size: 30; | |
| font-weight: bolder; | |
| background-repeat: no-repeat; | |
| } | |
| // vim:ft=scss |
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
| (deflisten node_events "./loop.zsh") | |
| (defwindow test :geometry | |
| (geometry :anchor "center" :width "500px" :height "50px") | |
| (window-test)) | |
| (defwidget window-test [] (box :orientation "v" (label :text node_events))) | |
| ;; vim:ft=yuck |
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
| * { | |
| all: unset; | |
| font-family: "Cooper Hewitt"; | |
| } | |
| box { | |
| padding: 0.5em; | |
| } | |
| scale highlight { |
NewerOlder