mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
qute: improve nitter css; setup: add moreutils
This commit is contained in:
parent
6c3c937185
commit
555d998d24
|
@ -9,7 +9,7 @@ dev="arcanist ccache git-extras llvm-clang neovim parallel qt-creator solbuild"
|
|||
gui="caja gimp keepassxc kitty nicotine-plus qutebrowser syncthing zathura-mupdf"
|
||||
med="audaci{ty,ous{,-plugins}} avidemux mkvtoolnix mpv opus-tools spek yt-dlp"
|
||||
ric="ant-dracula-gtk-theme autojump font-ubuntu-ttf rofi starship sassc stow"
|
||||
tui="advancecomp aria2 fd fish fzf innoextract jpegoptim ncdu ripgrep tig"
|
||||
tui="advancecomp aria2 fd fish fzf innoextract jpegoptim moreutils ncdu ripgrep tig"
|
||||
sys="bleachbit corectrl ifuse linux-tools-cpupower p7zip privoxy tlp usbmuxd upx tor"
|
||||
se up; se it -c system.devel $dev $gui $med $ric $sys $tui
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@import url(https://nitter.net/css/themes/twitter_dark.css);
|
||||
@import url(http://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css);
|
||||
|
||||
#hnmain {
|
||||
|
@ -57,17 +56,33 @@ $id: ads, leaderboard, player-ads, rc-row-container;
|
|||
|
||||
body {
|
||||
--accent: #bd93f9;
|
||||
--accent_border: #bd93f9;
|
||||
--accent_dark: #715895;
|
||||
--accent_light: #d7befb;
|
||||
--background: #282a36;
|
||||
--bg_color: #282a36;
|
||||
--bg_elements: var(--bg_panel);
|
||||
--bg_hover: #383a45;
|
||||
--bg_overlays: var(--bg_panel);
|
||||
--bg_panel: #232531;
|
||||
--grey: var(--fg_faded);
|
||||
--dark_grey: #38444D;
|
||||
--darker_grey: #2A343C;
|
||||
--darkest_grey: #1f212c;
|
||||
--border_grey: #38444D;
|
||||
--fg_color: #FFFFFF;
|
||||
--fg_dark: var(--fg_faded);
|
||||
--fg_faded: #8899A6;
|
||||
--fg_nav: var(--accent);
|
||||
--foreground: #3d4051;
|
||||
--more_replies_dots: var(--accent_dark);
|
||||
--outside: #393c4d;
|
||||
--play_button: var(--accent);
|
||||
--play_button_hover: var(--accent_light);
|
||||
--tab: var(--grey);
|
||||
--tab_selected: var(--accent);
|
||||
--post: #333544;
|
||||
--verified_blue: var(--accent);
|
||||
--icon_text: var(--fg_color);
|
||||
--profile_stat: var(--fg_color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue