1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-12-07 12:43:32 +00:00

qute: css color names; zathura: rtl binding

This commit is contained in:
Phantop 2025-02-08 20:26:02 -05:00
parent 629e8356c6
commit b504cc9ac5
3 changed files with 31 additions and 9 deletions

View file

@ -1,3 +1,4 @@
7zip
advancecomp
android-tools
anime4k-git
@ -16,6 +17,7 @@ bc
bcachefs-tools
binwalk
bleachbit
browserpass-firefox
btop
budgie-desktop
busybox
@ -30,6 +32,7 @@ cpupower
csvlens
dart-sass
devkitpro-keyring
discord
doas-sudo-shim
dolphin-emu
dolphin-emu-tool
@ -39,9 +42,19 @@ elvish
erofs-utils
expac
fd
firefox-adblock-plus
firefox-dark-reader
firefox-decentraleyes
firefox-extension-mailvelope
firefox-extension-passff
firefox-noscript
firefox-tree-style-tab
firefox-tridactyl
firefox-ublock-origin
firejail
fish
flatpak
flips
fq
fuse-overlayfs
fwupd
@ -62,6 +75,8 @@ gnome-keyring
gnome-power-manager
grex
gron
gtk3-classic
gurk
gvfs-mtp
hblock
httrack
@ -76,6 +91,7 @@ inxi
iwd
jack2
jc
jdk21-openjdk
jdupes
jless
jpegoptim
@ -85,6 +101,7 @@ kernel-headers-musl
kitty
kiwix-tools
krita
ladybird
lagrange
libheif
libimobiledevice-git
@ -95,17 +112,19 @@ linux-firmware
linux-hardened
love
lrzip
luanti
lynx
magic-wormhole
mame-tools
man-pages
mandarine-git
mandoc
megatools
meld
melonds-git
meson
minetest
miniflux
monolith
moreutils
most
mpv-mpris
@ -128,9 +147,9 @@ nss-mdns
nvme-cli
obs-studio
opendoas
openssl-1.1
opus-tools
oxipng
p7zip
pandoc-bin
parallel
pcmanfm-gtk3
@ -172,7 +191,9 @@ rofi
rsync
runc
rustup
ryujinx
samba
sassc
signal-desktop
slumber
smartmontools
@ -201,7 +222,9 @@ uget
unzip
upx
usbutils
uv
ventoy-bin
vmpk
vulkan-intel
vulkan-radeon
w3m
@ -223,6 +246,7 @@ xournalpp
xreader
xsel
xss-lock
xsv
yay
yq
yt-dlp

View file

@ -1,6 +1,6 @@
#hnmain { // hacker news
zoom: 120%;
.title a:link, .c00, .c00 a:link {color: #FFF}
.title a:link, .c00, .c00 a:link {color: white}
[action="comment"] {display:none}
}
@ -42,7 +42,7 @@ div#outer.wrapper { //ao3
#workskin {zoom: 125%; max-width: 40em;}
div.preface { margin: unset; padding: unset; }
p.kudos {overflow-wrap: break-word}
select { background: none; color: #FFF; }
select { background: none; color: white; }
ul.work { // modified work header w/ nav and epub
.download li:not(:nth-child(2)), a.collapsed, li.share {display: none}
ul.secondary { border: none; display: unset; position: static; }
@ -51,8 +51,8 @@ div#outer.wrapper { //ao3
[data-csrf-token] { // miniflux
@media (prefers-color-scheme: dark) {
--body-background: #000;
--current-item-border-color: #c88aff;
--body-background: black;
--current-item-border-color: mediumpurple;
--text-color: #EEE;
--entry-content-color: var(--text-color);
@ -61,9 +61,6 @@ div#outer.wrapper { //ao3
}
.logo a span:not(:hover), .logo a:hover { color: mediumpurple }
// remove padding between webcomic images for atla comic
&:has(.entry-website [href="/feed/1237/entries"]) article { font-size: 0 }
#grease-anchor { color: var(--counter-color); margin-inline-start: 4px; }
h1, h2, h3, h4, h5, h6 { &:not(:hover) #grease-anchor {display: none}}
}

View file

@ -10,3 +10,4 @@ set recolor-darkcolor '#FFFFFF'
map <C-i> set recolor-reverse-video
map <A-e> set 'default-bg \#EEE'
map <A-v> set vertical-center
map <A-r> set page-right-to-left