From d7a715a4ddb9e99b42444cef34c2736cece9c2a5 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 3 Nov 2023 18:50:19 -0500 Subject: add additional dotfiles --- .config/foot/foot.ini | 159 +++++++++++++ .config/foot/themes/apprentice | 27 +++ .config/foot/themes/catppuccin | 25 ++ .config/foot/themes/catppuccin-mocha | 19 ++ .config/foot/themes/derp | 25 ++ .config/foot/themes/deus | 31 +++ .config/foot/themes/dracula | 25 ++ .config/foot/themes/gruvbox-dark | 22 ++ .config/foot/themes/gruvbox-light | 22 ++ .config/foot/themes/hacktober | 23 ++ .config/foot/themes/jetbrains-darcula | 28 +++ .config/foot/themes/kitty | 24 ++ .config/foot/themes/material-amber | 40 ++++ .config/foot/themes/material-design | 25 ++ .config/foot/themes/modus-operandi | 24 ++ .config/foot/themes/modus-vivendi | 25 ++ .config/foot/themes/monokai-pro | 22 ++ .config/foot/themes/moonfly | 31 +++ .config/foot/themes/nightfly | 31 +++ .config/foot/themes/nord | 44 ++++ .config/foot/themes/nordiq | 26 +++ .config/foot/themes/onedark | 27 +++ .config/foot/themes/paper-color-dark | 28 +++ .config/foot/themes/paper-color-light | 28 +++ .config/foot/themes/rezza | 38 ++++ .config/foot/themes/rose-pine | 26 +++ .config/foot/themes/selenized-black | 27 +++ .config/foot/themes/selenized-dark | 27 +++ .config/foot/themes/selenized-light | 27 +++ .config/foot/themes/selenized-white | 27 +++ .config/foot/themes/solarized-dark | 30 +++ .config/foot/themes/solarized-dark-normal-brights | 32 +++ .config/foot/themes/solarized-light | 25 ++ .config/foot/themes/srcery | 26 +++ .config/foot/themes/tango | 25 ++ .config/foot/themes/tempus-autumn | 29 +++ .config/foot/themes/tempus-classic | 29 +++ .config/foot/themes/tempus-dawn | 29 +++ .config/foot/themes/tempus-day | 29 +++ .config/foot/themes/tempus-dusk | 29 +++ .config/foot/themes/tempus-fugit | 29 +++ .config/foot/themes/tempus-future | 29 +++ .config/foot/themes/tempus-night | 29 +++ .config/foot/themes/tempus-past | 29 +++ .config/foot/themes/tempus-rift | 29 +++ .config/foot/themes/tempus-spring | 29 +++ .config/foot/themes/tempus-summer | 29 +++ .config/foot/themes/tempus-tempest | 29 +++ .config/foot/themes/tempus-totus | 29 +++ .config/foot/themes/tempus-warp | 29 +++ .config/foot/themes/tempus-winter | 29 +++ .config/foot/themes/tokyonight-day | 21 ++ .config/foot/themes/tokyonight-night | 21 ++ .config/foot/themes/tokyonight-storm | 21 ++ .config/foot/themes/visibone | 25 ++ .config/foot/themes/zenburn | 25 ++ .config/sway/config | 264 ++++++++++++++++++++++ .config/sway/status.sh | 36 +++ .newsboat/urls | 47 ++++ 59 files changed, 2015 insertions(+) create mode 100644 .config/foot/foot.ini create mode 100644 .config/foot/themes/apprentice create mode 100644 .config/foot/themes/catppuccin create mode 100644 .config/foot/themes/catppuccin-mocha create mode 100644 .config/foot/themes/derp create mode 100644 .config/foot/themes/deus create mode 100644 .config/foot/themes/dracula create mode 100644 .config/foot/themes/gruvbox-dark create mode 100644 .config/foot/themes/gruvbox-light create mode 100644 .config/foot/themes/hacktober create mode 100644 .config/foot/themes/jetbrains-darcula create mode 100644 .config/foot/themes/kitty create mode 100644 .config/foot/themes/material-amber create mode 100644 .config/foot/themes/material-design create mode 100644 .config/foot/themes/modus-operandi create mode 100644 .config/foot/themes/modus-vivendi create mode 100644 .config/foot/themes/monokai-pro create mode 100644 .config/foot/themes/moonfly create mode 100644 .config/foot/themes/nightfly create mode 100644 .config/foot/themes/nord create mode 100644 .config/foot/themes/nordiq create mode 100644 .config/foot/themes/onedark create mode 100644 .config/foot/themes/paper-color-dark create mode 100644 .config/foot/themes/paper-color-light create mode 100644 .config/foot/themes/rezza create mode 100644 .config/foot/themes/rose-pine create mode 100644 .config/foot/themes/selenized-black create mode 100644 .config/foot/themes/selenized-dark create mode 100644 .config/foot/themes/selenized-light create mode 100644 .config/foot/themes/selenized-white create mode 100644 .config/foot/themes/solarized-dark create mode 100644 .config/foot/themes/solarized-dark-normal-brights create mode 100644 .config/foot/themes/solarized-light create mode 100644 .config/foot/themes/srcery create mode 100644 .config/foot/themes/tango create mode 100644 .config/foot/themes/tempus-autumn create mode 100644 .config/foot/themes/tempus-classic create mode 100644 .config/foot/themes/tempus-dawn create mode 100644 .config/foot/themes/tempus-day create mode 100644 .config/foot/themes/tempus-dusk create mode 100644 .config/foot/themes/tempus-fugit create mode 100644 .config/foot/themes/tempus-future create mode 100644 .config/foot/themes/tempus-night create mode 100644 .config/foot/themes/tempus-past create mode 100644 .config/foot/themes/tempus-rift create mode 100644 .config/foot/themes/tempus-spring create mode 100644 .config/foot/themes/tempus-summer create mode 100644 .config/foot/themes/tempus-tempest create mode 100644 .config/foot/themes/tempus-totus create mode 100644 .config/foot/themes/tempus-warp create mode 100644 .config/foot/themes/tempus-winter create mode 100644 .config/foot/themes/tokyonight-day create mode 100644 .config/foot/themes/tokyonight-night create mode 100644 .config/foot/themes/tokyonight-storm create mode 100644 .config/foot/themes/visibone create mode 100644 .config/foot/themes/zenburn create mode 100755 .config/sway/config create mode 100755 .config/sway/status.sh create mode 100644 .newsboat/urls diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..8fc177a --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,159 @@ +# -*- conf -*- + +# shell=$SHELL (if set, otherwise user's default shell from /etc/passwd) +# term=foot (or xterm-256color if built with -Dterminfo=disabled) +# login-shell=no + +# app-id=foot +# title=foot +# locked-title=no + +# font=monospace:size=8 +# font-bold= +# font-italic= +# font-bold-italic= +# line-height= +# letter-spacing=0 +# horizontal-letter-offset=0 +# vertical-letter-offset=0 +# underline-offset= +# box-drawings-uses-font-glyphs=no +# dpi-aware=yes + +# initial-window-size-pixels=700x500 # Or, +# initial-window-size-chars= +# initial-window-mode=windowed +# pad=2x2 # optionally append 'center' +# resize-delay-ms=100 + +# notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} + +# bold-text-in-bright=no +# bell=none +# word-delimiters=,│`|:"'()[]{}<> +# selection-target=primary +# workers= + +[bell] +# urgent=no +# notify=no +# command= +# command-focused=no + +[scrollback] +# lines=1000 +# multiplier=3.0 +# indicator-position=relative +# indicator-format= + +[url] +# launch=xdg-open ${url} +# label-letters=sadfjklewcmpgh +# osc8-underline=url-mode +# protocols=http, https, ftp, ftps, file, gemini, gopher +# uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="' + +[cursor] +# style=block +# color=111111 dcdccc +# blink=no +# beam-thickness=1.5 +# underline-thickness= + +[mouse] +# hide-when-typing=no +# alternate-scroll-mode=yes + +# Gruvbox + +[colors] +background=282828 +foreground=ebdbb2 +regular0=282828 +regular1=cc241d +regular2=98971a +regular3=d79921 +regular4=458588 +regular5=b16286 +regular6=689d6a +regular7=a89984 +bright0=928374 +bright1=fb4934 +bright2=b8bb26 +bright3=fabd2f +bright4=83a598 +bright5=d3869b +bright6=8ec07c +bright7=ebdbb2 + +[csd] +# preferred=server +# size=26 +# font= +# color= +# border-width=0 +# border-color= +# button-width=26 +# button-color= +# button-minimize-color= +# button-maximize-color= +# button-close-color= + +[key-bindings] +# scrollback-up-page=Shift+Page_Up +# scrollback-up-half-page=none +# scrollback-up-line=none +# scrollback-down-page=Shift+Page_Down +# scrollback-down-half-page=none +# scrollback-down-line=none +# clipboard-copy=Control+Shift+c +# clipboard-paste=Control+Shift+v +# primary-paste=Shift+Insert +# search-start=Control+Shift+r +# font-increase=Control+plus Control+equal Control+KP_Add +# font-decrease=Control+minus Control+KP_Subtract +# font-reset=Control+0 Control+KP_0 +# spawn-terminal=Control+Shift+n +# minimize=none +# maximize=none +# fullscreen=none +# pipe-visible=[sh -c "xurls | fuzzel | xargs -r firefox"] none +# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none +# pipe-selected=[xargs -r firefox] none +# show-urls-launch=Control+Shift+u +# show-urls-copy=none +# noop=none + +[search-bindings] +# cancel=Control+g Control+c Escape +# commit=Return +# find-prev=Control+r +# find-next=Control+s +# cursor-left=Left Control+b +# cursor-left-word=Control+Left Mod1+b +# cursor-right=Right Control+f +# cursor-right-word=Control+Right Mod1+f +# cursor-home=Home Control+a +# cursor-end=End Control+e +# delete-prev=BackSpace +# delete-prev-word=Mod1+BackSpace Control+BackSpace +# delete-next=Delete +# delete-next-word=Mod1+d Control+Delete +# extend-to-word-boundary=Control+w +# extend-to-next-whitespace=Control+Shift+w +# clipboard-paste=Control+v Control+y +# primary-paste=Shift+Insert + +[url-bindings] +# cancel=Control+g Control+c Control+d Escape +# toggle-url-visible=t + +[mouse-bindings] +# primary-paste=BTN_MIDDLE +# select-begin=BTN_LEFT +# select-begin-block=Control+BTN_LEFT +# select-extend=BTN_RIGHT +# select-extend-character-wise=Control+BTN_RIGHT +# select-word=BTN_LEFT-2 +# select-word-whitespace=Control+BTN_LEFT-2 +# select-row=BTN_LEFT-3 diff --git a/.config/foot/themes/apprentice b/.config/foot/themes/apprentice new file mode 100644 index 0000000..941a27b --- /dev/null +++ b/.config/foot/themes/apprentice @@ -0,0 +1,27 @@ +# -*- conf -*- +# https://github.com/romainl/Apprentice + +[cursor] +color=262626 6c6c6c + +[colors] +foreground=bcbcbc +background=262626 +regular0=1c1c1c +regular1=af5f5f +regular2=5f875f +regular3=87875f +regular4=5f87af +regular5=5f5f87 +regular6=5f8787 +regular7=6c6c6c +bright0=444444 +bright1=ff8700 +bright2=87af87 +bright3=ffffaf +bright4=87afd7 +bright5=8787af +bright6=5fafaf +bright7=ffffff +# selection-foreground=bcbcbc +# selection-background=3a3e4e \ No newline at end of file diff --git a/.config/foot/themes/catppuccin b/.config/foot/themes/catppuccin new file mode 100644 index 0000000..4ccfabe --- /dev/null +++ b/.config/foot/themes/catppuccin @@ -0,0 +1,25 @@ +# -*- conf -*- +# Catppuccin + +[cursor] +color=1A1826 D9E0EE + +[colors] +foreground=D9E0EE +background=1E1D2F +regular0=6E6C7E # black +regular1=F28FAD # red +regular2=ABE9B3 # green +regular3=FAE3B0 # yellow +regular4=96CDFB # blue +regular5=F5C2E7 # magenta +regular6=89DCEB # cyan +regular7=D9E0EE # white +bright0=988BA2 # bright black +bright1=F28FAD # bright red +bright2=ABE9B3 # bright green +bright3=FAE3B0 # bright yellow +bright4=96CDFB # bright blue +bright5=F5C2E7 # bright magenta +bright6=89DCEB # bright cyan +bright7=D9E0EE # bright white diff --git a/.config/foot/themes/catppuccin-mocha b/.config/foot/themes/catppuccin-mocha new file mode 100644 index 0000000..7fa18ed --- /dev/null +++ b/.config/foot/themes/catppuccin-mocha @@ -0,0 +1,19 @@ +[colors] +foreground=cdd6f4 # Text +background=1e1e2e # Base +regular0=45475a # Surface 1 +regular1=f38ba8 # red +regular2=a6e3a1 # green +regular3=f9e2af # yellow +regular4=89b4fa # blue +regular5=f5c2e7 # pink +regular6=94e2d5 # teal +regular7=bac2de # Subtext 1 +bright0=585b70 # Surface 2 +bright1=f38ba8 # red +bright2=a6e3a1 # green +bright3=f9e2af # yellow +bright4=89b4fa # blue +bright5=f5c2e7 # pink +bright6=94e2d5 # teal +bright7=a6adc8 # Subtext 0 diff --git a/.config/foot/themes/derp b/.config/foot/themes/derp new file mode 100644 index 0000000..0925d2c --- /dev/null +++ b/.config/foot/themes/derp @@ -0,0 +1,25 @@ +# -*- conf -*- +# Derp + +[cursor] +color=000000 ffffff + +[colors] +foreground=ffffff +background=000000 +regular0=111111 +regular1=d36265 +regular2=aece91 +regular3=e7e18c +regular4=5297cf +regular5=963c59 +regular6=5e7175 +regular7=bebebe +bright0=666666 +bright1=ef8171 +bright2=cfefb3 +bright3=fff796 +bright4=74b8ef +bright5=b85e7b +bright6=a3babf +bright7=ffffff diff --git a/.config/foot/themes/deus b/.config/foot/themes/deus new file mode 100644 index 0000000..8fb37f7 --- /dev/null +++ b/.config/foot/themes/deus @@ -0,0 +1,31 @@ +# -*- conf -*- +# Deus +# Color palette based on: https://github.com/ajmwagar/vim-deus + +[cursor] +color=2c323b eaeaea + +[colors] +background=2c323b +foreground=eaeaea +regular0=242a32 +regular1=d54e53 +regular2=98c379 +regular3=e5c07b +regular4=83a598 +regular5=c678dd +regular6=70c0ba +regular7=eaeaea +bright0=666666 +bright1=ec3e45 +bright2=90c966 +bright3=edbf69 +bright4=73ba9f +bright5=c858e9 +bright6=2bcec2 +bright7=ffffff + +# Enable if prefer Deus colors instead of inverterd fg/bg for +# highlighting (mouse selection) +# selection-foreground=2c323b +# selection-background=eaeaea diff --git a/.config/foot/themes/dracula b/.config/foot/themes/dracula new file mode 100644 index 0000000..8b6ab54 --- /dev/null +++ b/.config/foot/themes/dracula @@ -0,0 +1,25 @@ +# -*- conf -*- +# Dracula + +[cursor] +color=282a36 f8f8f2 + +[colors] +foreground=f8f8f2 +background=282a36 +regular0=000000 # black +regular1=ff5555 # red +regular2=50fa7b # green +regular3=f1fa8c # yellow +regular4=bd93f9 # blue +regular5=ff79c6 # magenta +regular6=8be9fd # cyan +regular7=bfbfbf # white +bright0=4d4d4d # bright black +bright1=ff6e67 # bright red +bright2=5af78e # bright green +bright3=f4f99d # bright yellow +bright4=caa9fa # bright blue +bright5=ff92d0 # bright magenta +bright6=9aedfe # bright cyan +bright7=e6e6e6 # bright white \ No newline at end of file diff --git a/.config/foot/themes/gruvbox-dark b/.config/foot/themes/gruvbox-dark new file mode 100644 index 0000000..7320719 --- /dev/null +++ b/.config/foot/themes/gruvbox-dark @@ -0,0 +1,22 @@ +# -*- conf -*- +# Gruvbox + +[colors] +background=282828 +foreground=ebdbb2 +regular0=282828 +regular1=cc241d +regular2=98971a +regular3=d79921 +regular4=458588 +regular5=b16286 +regular6=689d6a +regular7=a89984 +bright0=928374 +bright1=fb4934 +bright2=b8bb26 +bright3=fabd2f +bright4=83a598 +bright5=d3869b +bright6=8ec07c +bright7=ebdbb2 diff --git a/.config/foot/themes/gruvbox-light b/.config/foot/themes/gruvbox-light new file mode 100644 index 0000000..6a7a241 --- /dev/null +++ b/.config/foot/themes/gruvbox-light @@ -0,0 +1,22 @@ +# -*- conf -*- +# Gruvbox - Light + +[colors] +background=fbf1c7 +foreground=3c3836 +regular0=fbf1c7 +regular1=cc241d +regular2=98971a +regular3=d79921 +regular4=458588 +regular5=b16286 +regular6=689d6a +regular7=7c6f64 +bright0=928374 +bright1=9d0006 +bright2=79740e +bright3=b57614 +bright4=076678 +bright5=8f3f71 +bright6=427b58 +bright7=3c3836 diff --git a/.config/foot/themes/hacktober b/.config/foot/themes/hacktober new file mode 100644 index 0000000..acb6c0b --- /dev/null +++ b/.config/foot/themes/hacktober @@ -0,0 +1,23 @@ +# -*- conf -*- +[cursor] +color=141414 c9c9c9 + +[colors] +foreground=c9c9c9 +background=141414 +regular0=191918 # black +regular1=b34538 # red +regular2=587744 # green +regular3=d08949 # yellow +regular4=206ec5 # blue +regular5=864651 # magenta +regular6=ac9166 # cyan +regular7=f1eee7 # white +bright0=2c2b2a # bright black +bright1=b33323 # bright red +bright2=42824a # bright green +bright3=c75a22 # bright yellow +bright4=5389c5 # bright blue +bright5=e795a5 # bright magenta +bright6=ebc587 # bright cyan +bright7=ffffff # bright white diff --git a/.config/foot/themes/jetbrains-darcula b/.config/foot/themes/jetbrains-darcula new file mode 100644 index 0000000..8252849 --- /dev/null +++ b/.config/foot/themes/jetbrains-darcula @@ -0,0 +1,28 @@ +# -*- conf -*- +# JetBrains Darcula +# Palette based on the same theme from https://github.com/dexpota/kitty-themes + +[cursor] +color=202020 ffffff + +[colors] +background=202020 +foreground=adadad +regular0=000000 # black +regular1=fa5355 # red +regular2=126e00 # green +regular3=c2c300 # yellow +regular4=4581eb # blue +regular5=fa54ff # magenta +regular6=33c2c1 # cyan +regular7=adadad # white +bright0=545454 # bright black +bright1=fb7172 # bright red +bright2=67ff4f # bright green +bright3=ffff00 # bright yellow +bright4=6d9df1 # bright blue +bright5=fb82ff # bright magenta +bright6=60d3d1 # bright cyan +bright7=eeeeee # bright white +# selection-foreground=202020 +# selection-background=1a3272 diff --git a/.config/foot/themes/kitty b/.config/foot/themes/kitty new file mode 100644 index 0000000..b5b813c --- /dev/null +++ b/.config/foot/themes/kitty @@ -0,0 +1,24 @@ +# -*- conf -*- + +[cursor] +color=111111 cccccc + +[colors] +foreground=dddddd +background=000000 +regular0=000000 # black +regular1=cc0403 # red +regular2=19cb00 # green +regular3=cecb00 # yellow +regular4=0d73cc # blue +regular5=cb1ed1 # magenta +regular6=0dcdcd # cyan +regular7=dddddd # white +bright0=767676 # bright black +bright1=f2201f # bright red +bright2=23fd00 # bright green +bright3=fffd00 # bright yellow +bright4=1a8fff # bright blue +bright5=fd28ff # bright magenta +bright6=14ffff # bright cyan +bright7=ffffff # bright white diff --git a/.config/foot/themes/material-amber b/.config/foot/themes/material-amber new file mode 100644 index 0000000..ee2c21b --- /dev/null +++ b/.config/foot/themes/material-amber @@ -0,0 +1,40 @@ +# -*- conf -*- +# Material Amber +# Based on material.io guidelines with Amber 50 background + +# [cursor] +# color=fff8e1 21201d + +[colors] +foreground = 21201d +background = fff8e1 + +regular0 = 21201d # black +regular1 = cd4340 # red +regular2 = 498d49 # green +regular3 = fab32d # yellow +regular4 = 3378c4 # blue +regular5 = b83269 # magenta +regular6 = 21929a # cyan +regular7 = ffd7d7 # white + +bright0 = 66635a # bright black +bright1 = dd7b72 # bright red +bright2 = 82ae78 # bright green +bright3 = fbc870 # bright yellow +bright4 = 73a0cd # bright blue +bright5 = ce6f8e # bright magenta +bright6 = 548c94 # bright cyan +bright7 = ffe1da # bright white + +dim0 = 9e9a8c # dim black +dim1 = e9a99b # dim red +dim2 = b0c99f # dim green +dim3 = fdda9a # dim yellow +dim4 = a6c0d4 # dim blue +dim5 = e0a1ad # dim magenta +dim6 = 3c6064 # dim cyan +dim7 = ffe9dd # dim white + +# selection-foreground=fff8e1 +# selection-background=21201d diff --git a/.config/foot/themes/material-design b/.config/foot/themes/material-design new file mode 100644 index 0000000..4a9e008 --- /dev/null +++ b/.config/foot/themes/material-design @@ -0,0 +1,25 @@ +# -*- conf -*- +# Material +# From https://github.com/MartinSeeler/iterm2-material-design + +[colors] +foreground=ECEFF1 +background=263238 +regular0=546E7A # black +regular1=FF5252 # red +regular2=5CF19E # green +regular3=FFD740 # yellow +regular4=40C4FF # blue +regular5=FF4081 # magenta +regular6=64FCDA # cyan +regular7=FFFFFF # white +bright0=B0BEC5 # bright black +bright1=FF8A80 # bright red +bright2=B9F6CA # bright green +bright3=FFE57F # bright yellow +bright4=80D8FF # bright blue +bright5=FF80AB # bright magenta +bright6=A7FDEB # bright cyan +bright7=FFFFFF # bright white +# selection-foreground=ECEFF1 +# selection-background=607D8B diff --git a/.config/foot/themes/modus-operandi b/.config/foot/themes/modus-operandi new file mode 100644 index 0000000..5e3a9fd --- /dev/null +++ b/.config/foot/themes/modus-operandi @@ -0,0 +1,24 @@ +# -*- conf -*- +# +# modus-operandi +# See: https://protesilaos.com/emacs/modus-themes +# +[colors] +background=ffffff +foreground=000000 +regular0=000000 +regular1=a60000 +regular2=005e00 +regular3=813e00 +regular4=0031a9 +regular5=721045 +regular6=00538b +regular7=bfbfbf +bright0=595959 +bright1=972500 +bright2=315b00 +bright3=70480f +bright4=2544bb +bright5=5317ac +bright6=005a5f +bright7=ffffff diff --git a/.config/foot/themes/modus-vivendi b/.config/foot/themes/modus-vivendi new file mode 100644 index 0000000..82b1075 --- /dev/null +++ b/.config/foot/themes/modus-vivendi @@ -0,0 +1,25 @@ +# -*- conf -*- +# +# modus-vivendi +# See: https://protesilaos.com/emacs/modus-themes +# + +[colors] +background=000000 +foreground=ffffff +regular0=000000 +regular1=ff8059 +regular2=44bc44 +regular3=d0bc00 +regular4=2fafff +regular5=feacd0 +regular6=00d3d0 +regular7=bfbfbf +bright0=595959 +bright1=ef8b50 +bright2=70b900 +bright3=c0c530 +bright4=79a8ff +bright5=b6a0ff +bright6=6ae4b9 +bright7=ffffff diff --git a/.config/foot/themes/monokai-pro b/.config/foot/themes/monokai-pro new file mode 100644 index 0000000..5d9f31a --- /dev/null +++ b/.config/foot/themes/monokai-pro @@ -0,0 +1,22 @@ +# -*- conf -*- +# Monokai Pro + +[colors] +background=2D2A2E +foreground=FCFCFA +regular0=403E41 +regular1=FF6188 +regular2=A9DC76 +regular3=FFD866 +regular4=FC9867 +regular5=AB9DF2 +regular6=78DCE8 +regular7=FCFCFA +bright0=727072 +bright1=FF6188 +bright2=A9DC76 +bright3=FFD866 +bright4=FC9867 +bright5=AB9DF2 +bright6=78DCE8 +bright7=FCFCFA diff --git a/.config/foot/themes/moonfly b/.config/foot/themes/moonfly new file mode 100644 index 0000000..870de9d --- /dev/null +++ b/.config/foot/themes/moonfly @@ -0,0 +1,31 @@ +# -*- conf -*- +# moonfly +# Based on https://github.com/bluz71/vim-moonfly-colors + +[cursor] +color = 080808 9e9e9e + +[colors] +foreground = b2b2b2 +background = 080808 + +# selection-foreground = 080808 +# selection-background = b2ceee + +regular0 = 323437 +regular1 = ff5454 +regular2 = 8cc85f +regular3 = e3c78a +regular4 = 80a0ff +regular5 = d183e8 +regular6 = 79dac8 +regular7 = c6c6c6 + +bright0 = 949494 +bright1 = ff5189 +bright2 = 36c692 +bright3 = c2c292 +bright4 = 74b2ff +bright5 = ae81ff +bright6 = 85dc85 +bright7 = e4e4e4 diff --git a/.config/foot/themes/nightfly b/.config/foot/themes/nightfly new file mode 100644 index 0000000..2a27fb2 --- /dev/null +++ b/.config/foot/themes/nightfly @@ -0,0 +1,31 @@ +# -*- conf -*- +# nightfly +# Based on https://github.com/bluz71/vim-nightfly-guicolors + +[cursor] +color = 080808 9ca1aa + +[colors] +foreground = acb4c2 +background = 011627 + +# selection-foreground = 080808 +# selection-background = b2ceee + +regular0 = 1d3b53 +regular1 = fc514e +regular2 = a1cd5e +regular3 = e3d18a +regular4 = 82aaff +regular5 = c792ea +regular6 = 7fdbca +regular7 = a1aab8 + +bright0 = 7c8f8f +bright1 = ff5874 +bright2 = 21c7a8 +bright3 = ecc48d +bright4 = 82aaff +bright5 = ae81ff +bright6 = ae81ff +bright7 = d6deeb diff --git a/.config/foot/themes/nord b/.config/foot/themes/nord new file mode 100644 index 0000000..4ce3a53 --- /dev/null +++ b/.config/foot/themes/nord @@ -0,0 +1,44 @@ +# -*- conf -*- +# theme: Nord +# author: Arctic Ice Studio , Sven Greb +# description: „Nord“ — An arctic, north-bluish color palette +# +# this specific foot theme is based on nord-alacritty: +# https://github.com/arcticicestudio/nord-alacritty/blob/develop/src/nord.yml + +[cursor] +color = 2e3440 d8dee9 + +[colors] +foreground = d8dee9 +background = 2e3440 + +# selection-foreground = d8dee9 +# selection-background = 4c566a + +regular0 = 3b4252 +regular1 = bf616a +regular2 = a3be8c +regular3 = ebcb8b +regular4 = 81a1c1 +regular5 = b48ead +regular6 = 88c0d0 +regular7 = e5e9f0 + +bright0 = 4c566a +bright1 = bf616a +bright2 = a3be8c +bright3 = ebcb8b +bright4 = 81a1c1 +bright5 = b48ead +bright6 = 8fbcbb +bright7 = eceff4 + +dim0 = 373e4d +dim1 = 94545d +dim2 = 809575 +dim3 = b29e75 +dim4 = 68809a +dim5 = 8c738c +dim6 = 6d96a5 +dim7 = aeb3bb diff --git a/.config/foot/themes/nordiq b/.config/foot/themes/nordiq new file mode 100644 index 0000000..f309de2 --- /dev/null +++ b/.config/foot/themes/nordiq @@ -0,0 +1,26 @@ +# -*- conf -*- +# Nordiq + +[cursor] +color=eeeeee 9f515a + +[colors] +foreground=dbdee9 +background=0e1420 +regular0=5b6272 +regular1=bf616a +regular2=a3be8c +regular3=ebcb8b +regular4=81a1c1 +regular5=b48ead +regular6=88c0d0 +regular7=e5e9f0 +bright0=4c566a +bright1=bf616a +bright2=a3be8c +bright3=ebcb8b +bright4=81a1c1 +bright5=b48ead +bright6=8fbcbb +bright7=eceff4 + diff --git a/.config/foot/themes/onedark b/.config/foot/themes/onedark new file mode 100644 index 0000000..ac5cc83 --- /dev/null +++ b/.config/foot/themes/onedark @@ -0,0 +1,27 @@ +# OneDark +# Palette based on the same theme from https://github.com/dexpota/kitty-themes + +[cursor] +color=111111 cccccc + +[colors] +foreground=979eab +background=282c34 +regular0=282c34 # black +regular1=e06c75 # red +regular2=98c379 # green +regular3=e5c07b # yellow +regular4=61afef # blue +regular5=be5046 # magenta +regular6=56b6c2 # cyan +regular7=979eab # white +bright0=393e48 # bright black +bright1=d19a66 # bright red +bright2=56b6c2 # bright green +bright3=e5c07b # bright yellow +bright4=61afef # bright blue +bright5=be5046 # bright magenta +bright6=56b6c2 # bright cyan +bright7=abb2bf # bright white +# selection-foreground=282c34 +# selection-background=979eab diff --git a/.config/foot/themes/paper-color-dark b/.config/foot/themes/paper-color-dark new file mode 100644 index 0000000..18cd7f1 --- /dev/null +++ b/.config/foot/themes/paper-color-dark @@ -0,0 +1,28 @@ +# -*- conf -*- +# PaperColorDark +# Palette based on https://github.com/NLKNguyen/papercolor-theme + +[cursor] +color=1c1c1c eeeeee + +[colors] +background=1c1c1c +foreground=eeeeee +regular0=1c1c1c # black +regular1=af005f # red +regular2=5faf00 # green +regular3=d7af5f # yellow +regular4=5fafd7 # blue +regular5=808080 # magenta +regular6=d7875f # cyan +regular7=d0d0d0 # white +bright0=bcbcbc # bright black +bright1=5faf5f # bright red +bright2=afd700 # bright green +bright3=af87d7 # bright yellow +bright4=ffaf00 # bright blue +bright5=ff5faf # bright magenta +bright6=00afaf # bright cyan +bright7=5f8787 # bright white +# selection-foreground=1c1c1c +# selection-background=af87d7 diff --git a/.config/foot/themes/paper-color-light b/.config/foot/themes/paper-color-light new file mode 100644 index 0000000..b08ea70 --- /dev/null +++ b/.config/foot/themes/paper-color-light @@ -0,0 +1,28 @@ +# -*- conf -*- +# PaperColor Light +# Palette based on https://github.com/NLKNguyen/papercolor-theme + +[cursor] +color=eeeeee 444444 + +[colors] +background=eeeeee +foreground=444444 +regular0=eeeeee # black +regular1=af0000 # red +regular2=008700 # green +regular3=5f8700 # yellow +regular4=0087af # blue +regular5=878787 # magenta +regular6=005f87 # cyan +regular7=764e37 # white +bright0=bcbcbc # bright black +bright1=d70000 # bright red +bright2=d70087 # bright green +bright3=8700af # bright yellow +bright4=d75f00 # bright blue +bright5=d75f00 # bright magenta +bright6=4c7a5d # bright cyan +bright7=005faf # bright white +# selection-foreground=eeeeee +# selection-background=0087af diff --git a/.config/foot/themes/rezza b/.config/foot/themes/rezza new file mode 100644 index 0000000..56814a7 --- /dev/null +++ b/.config/foot/themes/rezza @@ -0,0 +1,38 @@ +# -*- conf -*- +# theme: rezza +# author: Doug Whiteley (rezza) +# original URL: http://metawire.org/~rezza/index.php +# currently available via: https://web.archive.org/web/20060207133656/http://metawire.org/~rezza/index.php?page=Configs +# this palette was also posted here: +# https://bbs.archlinux.org/viewtopic.php?id=17322 +# +# more description: +# original colors are similar to `phrakture` (https://github.com/f4cket/everycolorschemeivefound/blob/master/phrakture) +# Note: there is also a slightly modified (earlier?) version (also called rezza) which can be found here: +# https://sheet.shiar.nl/source/data/termcol-xcolor.inc.pl +# and also posted here: +# https://forums.debian.net/viewtopic.php?t=29981 + +[colors] +foreground = cccccc +background = 191911 + +# Normal colors +regular0 = 222222 +regular1 = 803232 +regular2 = 5b762f +regular3 = aa9943 +regular4 = 324c80 +regular5 = 706c9a +regular6 = 92b19e +regular7 = ffffff + +# Bright colors +bright0 = 222222 +bright1 = 982b2b +bright2 = 89b83f +bright3 = efef60 +bright4 = 2b4f98 +bright5 = 826ab1 +bright6 = a1cdcd +bright7 = dedede diff --git a/.config/foot/themes/rose-pine b/.config/foot/themes/rose-pine new file mode 100644 index 0000000..6b58a66 --- /dev/null +++ b/.config/foot/themes/rose-pine @@ -0,0 +1,26 @@ +# -*- conf -*- +# Rose-Piné + +[cursor] +color=191724 e0def4 + +[colors] +background=191724 +foreground=e0def4 +regular0=26233a # black +regular1=eb6f92 # red +regular2=31748f # green +regular3=f6c177 # yellow +regular4=9ccfd8 # blue +regular5=c4a7e7 # magenta +regular6=ebbcba # cyan +regular7=e0def4 # white + +bright0=6e6a86 # bright black +bright1=eb6f92 # bright red +bright2=31748f # bright green +bright3=f6c177 # bright yellow +bright4=9ccfd8 # bright blue +bright5=c4a7e7 # bright magenta +bright6=ebbcba # bright cyan +bright7=e0def4 # bright white \ No newline at end of file diff --git a/.config/foot/themes/selenized-black b/.config/foot/themes/selenized-black new file mode 100644 index 0000000..28392ad --- /dev/null +++ b/.config/foot/themes/selenized-black @@ -0,0 +1,27 @@ +# -*- conf -*- +# Selenized black + +[cursor] +color = 181818 56d8c9 + +[colors] +background= 181818 +foreground= b9b9b9 + +regular0= 252525 +regular1= ed4a46 +regular2= 70b433 +regular3= dbb32d +regular4= 368aeb +regular5= eb6eb7 +regular6= 3fc5b7 +regular7= 777777 + +bright0= 3b3b3b +bright1= ff5e56 +bright2= 83c746 +bright3= efc541 +bright4= 4f9cfe +bright5= ff81ca +bright6= 56d8c9 +bright7= dedede diff --git a/.config/foot/themes/selenized-dark b/.config/foot/themes/selenized-dark new file mode 100644 index 0000000..ed74cdf --- /dev/null +++ b/.config/foot/themes/selenized-dark @@ -0,0 +1,27 @@ +# -*- conf -*- +# Selenized dark + +[cursor] +color = 103c48 53d6c7 + +[colors] +background= 103c48 +foreground= adbcbc + +regular0= 184956 +regular1= fa5750 +regular2= 75b938 +regular3= dbb32d +regular4= 4695f7 +regular5= f275be +regular6= 41c7b9 +regular7= 72898f + +bright0= 2d5b69 +bright1= ff665c +bright2= 84c747 +bright3= ebc13d +bright4= 58a3ff +bright5= ff84cd +bright6= 53d6c7 +bright7= cad8d9 diff --git a/.config/foot/themes/selenized-light b/.config/foot/themes/selenized-light new file mode 100644 index 0000000..7e599d8 --- /dev/null +++ b/.config/foot/themes/selenized-light @@ -0,0 +1,27 @@ +# -*- conf -*- +# Selenized light + +[cursor] +color=fbf3db 00978a + +[colors] +background= fbf3db +foreground= 53676d + +regular0= ece3cc +regular1= d2212d +regular2= 489100 +regular3= ad8900 +regular4= 0072d4 +regular5= ca4898 +regular6= 009c8f +regular7= 909995 + +bright0= d5cdb6 +bright1= cc1729 +bright2= 428b00 +bright3= a78300 +bright4= 006dce +bright5= c44392 +bright6= 00978a +bright7= 3a4d53 diff --git a/.config/foot/themes/selenized-white b/.config/foot/themes/selenized-white new file mode 100644 index 0000000..b4d2531 --- /dev/null +++ b/.config/foot/themes/selenized-white @@ -0,0 +1,27 @@ +# -*- conf -*- +# Selenized white + +[cursor] +color=ffffff 009a8a + +[colors] +background= ffffff +foreground= 474747 + +regular0= ebebeb +regular1= d6000c +regular2= 1d9700 +regular3= c49700 +regular4= 0064e4 +regular5= dd0f9d +regular6= 00ad9c +regular7= 878787 + +bright0= cdcdcd +bright1= bf0000 +bright2= 008400 +bright3= af8500 +bright4= 0054cf +bright5= c7008b +bright6= 009a8a +bright7= 282828 diff --git a/.config/foot/themes/solarized-dark b/.config/foot/themes/solarized-dark new file mode 100644 index 0000000..cad2945 --- /dev/null +++ b/.config/foot/themes/solarized-dark @@ -0,0 +1,30 @@ +# -*- conf -*- +# Solarized dark + +[cursor] +color= 002b36 93a1a1 + +[colors] +background= 002b36 +foreground= 839496 +regular0= 073642 +regular1= dc322f +regular2= 859900 +regular3= b58900 +regular4= 268bd2 +regular5= d33682 +regular6= 2aa198 +regular7= eee8d5 +bright0= 002b36 +bright1= cb4b16 +bright2= 586e75 +bright3= 657b83 +bright4= 839496 +bright5= 6c71c4 +bright6= 93a1a1 +bright7= fdf6e3 + +# Enable if prefer solarized colors instead of inverterd fg/bg for +# highlighting (mouse selection) +# selection-foreground=93a1a1 +# selection-background=073642 diff --git a/.config/foot/themes/solarized-dark-normal-brights b/.config/foot/themes/solarized-dark-normal-brights new file mode 100644 index 0000000..1ab7d37 --- /dev/null +++ b/.config/foot/themes/solarized-dark-normal-brights @@ -0,0 +1,32 @@ +# -*- conf -*- +# Solarized dark + +[cursor] +color= 002b36 93a1a1 + +[colors] +background= 002b36 +foreground= 839496 +regular0= 073642 +regular1= dc322f +regular2= 859900 +regular3= b58900 +regular4= 268bd2 +regular5= d33682 +regular6= 2aa198 +regular7= eee8d5 + +# regularN brightened by increasing luminance by 20% +bright0= 08404f +bright1= e35f5c +bright2= 9fb700 +bright3= d9a400 +bright4= 4ba1de +bright5= dc619d +bright6= 32c1b6 +bright7= ffffff + +# Enable if prefer solarized colors instead of inverterd fg/bg for +# highlighting (mouse selection) +# selection-foreground=93a1a1 +# selection-background=073642 diff --git a/.config/foot/themes/solarized-light b/.config/foot/themes/solarized-light new file mode 100644 index 0000000..7447457 --- /dev/null +++ b/.config/foot/themes/solarized-light @@ -0,0 +1,25 @@ +# -*- conf -*- +# Solarized light + +[cursor] +color=fdf6e3 586e75 + +[colors] +background= fdf6e3 +foreground= 657b83 +regular0= eee8d5 +regular1= dc322f +regular2= 859900 +regular3= b58900 +regular4= 268bd2 +regular5= d33682 +regular6= 2aa198 +regular7= 073642 +bright0= cb4b16 +bright1= fdf6e3 +bright2= 93a1a1 +bright3= 839496 +bright4= 657b83 +bright5= 6c71c4 +bright6= 586e75 +bright7= 002b36 diff --git a/.config/foot/themes/srcery b/.config/foot/themes/srcery new file mode 100644 index 0000000..5496670 --- /dev/null +++ b/.config/foot/themes/srcery @@ -0,0 +1,26 @@ +# srcery + +[colors] +background= 1c1b19 +foreground= fce8c3 +regular0= 1c1b19 +regular1= ef2f27 +regular2= 519f50 +regular3= fbb829 +regular4= 2c78bf +regular5= e02c6d +regular6= 0aaeb3 +regular7= baa67f +bright0= 918175 +bright1= f75341 +bright2= 98bc37 +bright3= fed06e +bright4= 68a8e4 +bright5= ff5c8f +bright6= 2be4d0 +bright7= fce8c3 + +## Enable if prefer solarized colors instead of inverterd fg/bg for +## highlighting (mouse selection) +# selection-foreground=93a1a1 +# selection-background=073642 diff --git a/.config/foot/themes/tango b/.config/foot/themes/tango new file mode 100644 index 0000000..a326f8a --- /dev/null +++ b/.config/foot/themes/tango @@ -0,0 +1,25 @@ +# -*- conf -*- +# Tango + +[cursor] +color=000000 babdb6 + +[colors] +foreground=babdb6 +background=000000 +regular0=2e3436 +regular1=cc0000 +regular2=4e9a06 +regular3=c4a000 +regular4=3465a4 +regular5=75507b +regular6=06989a +regular7=d3d7cf +bright0=555753 +bright1=ef2929 +bright2=8ae234 +bright3=fce94f +bright4=729fcf +bright5=ad7fa8 +bright6=34e2e2 +bright7=eeeeec diff --git a/.config/foot/themes/tempus-autumn b/.config/foot/themes/tempus-autumn new file mode 100644 index 0000000..9c1f879 --- /dev/null +++ b/.config/foot/themes/tempus-autumn @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Autumn +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a palette inspired by earthly colours (WCAG AA compliant) + +#[cursor] +#color = 302420 a9a2a6 + +[colors] +foreground = a9a2a6 +background = 302420 +regular0 = 302420 +regular1 = f46f55 +regular2 = 85a400 +regular3 = b09640 +regular4 = 799aca +regular5 = df798e +regular6 = 52a885 +regular7 = a8948a +bright0 = 36302a +bright1 = e27e3d +bright2 = 43aa7a +bright3 = ba9400 +bright4 = 958fdf +bright5 = ce7dc4 +bright6 = 2fa6b7 +bright7 = a9a2a6 +# selection-foreground = a8948a +# selection-background = 36302a diff --git a/.config/foot/themes/tempus-classic b/.config/foot/themes/tempus-classic new file mode 100644 index 0000000..0164605 --- /dev/null +++ b/.config/foot/themes/tempus-classic @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Classic +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with warm hues (WCAG AA compliant) + +#[cursor] +#color = 232323 aeadaf + +[colors] +foreground = aeadaf +background = 232323 +regular0 = 232323 +regular1 = d4823d +regular2 = 8c9e3d +regular3 = b1942b +regular4 = 6e9cb0 +regular5 = b58d88 +regular6 = 6da280 +regular7 = 949d9f +bright0 = 312e30 +bright1 = d0913d +bright2 = 96a42d +bright3 = a8a030 +bright4 = 8e9cc0 +bright5 = d58888 +bright6 = 7aa880 +bright7 = aeadaf +# selection-foreground = 949d9f +# selection-background = 312e30 diff --git a/.config/foot/themes/tempus-dawn b/.config/foot/themes/tempus-dawn new file mode 100644 index 0000000..cf143fb --- /dev/null +++ b/.config/foot/themes/tempus-dawn @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Dawn +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light theme with a soft, slightly desaturated palette (WCAG AA compliant) + +#[cursor] +#color = eff0f2 4a4b4e + +[colors] +foreground = 4a4b4e +background = eff0f2 +regular0 = 4a4b4e +regular1 = a32a3a +regular2 = 206620 +regular3 = 745300 +regular4 = 4b529a +regular5 = 8d377e +regular6 = 086784 +regular7 = dee2e0 +bright0 = 676364 +bright1 = a64822 +bright2 = 187408 +bright3 = 8b590a +bright4 = 5c59b2 +bright5 = 8e45a8 +bright6 = 3f649c +bright7 = eff0f2 +# selection-foreground = 676364 +# selection-background = dee2e0 diff --git a/.config/foot/themes/tempus-day b/.config/foot/themes/tempus-day new file mode 100644 index 0000000..b287d45 --- /dev/null +++ b/.config/foot/themes/tempus-day @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Day +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light theme with warm colours (WCAG AA compliant) + +#[cursor] +#color = f8f2e5 464340 + +[colors] +foreground = 464340 +background = f8f2e5 +regular0 = 464340 +regular1 = c81000 +regular2 = 107410 +regular3 = 806000 +regular4 = 385dc4 +regular5 = b63052 +regular6 = 007070 +regular7 = e7e3d7 +bright0 = 68607d +bright1 = b24000 +bright2 = 427040 +bright3 = 6f6600 +bright4 = 0f64c4 +bright5 = 8050a7 +bright6 = 336c87 +bright7 = f8f2e5 +# selection-foreground = 68607d +# selection-background = e7e3d7 diff --git a/.config/foot/themes/tempus-dusk b/.config/foot/themes/tempus-dusk new file mode 100644 index 0000000..2c0308e --- /dev/null +++ b/.config/foot/themes/tempus-dusk @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Dusk +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a deep blue-ish, slightly desaturated palette (WCAG AA compliant) + +#[cursor] +#color = 1f252d a2a8ba + +[colors] +foreground = a2a8ba +background = 1f252d +regular0 = 1f252d +regular1 = cb8d56 +regular2 = 8ba089 +regular3 = a79c46 +regular4 = 8c9abe +regular5 = b190af +regular6 = 8e9aba +regular7 = a29899 +bright0 = 2c3150 +bright1 = d39d74 +bright2 = 80b48f +bright3 = bda75a +bright4 = 9ca5de +bright5 = c69ac6 +bright6 = 8caeb6 +bright7 = a2a8ba +# selection-foreground = a29899 +# selection-background = 2c3150 diff --git a/.config/foot/themes/tempus-fugit b/.config/foot/themes/tempus-fugit new file mode 100644 index 0000000..9ebbcee --- /dev/null +++ b/.config/foot/themes/tempus-fugit @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Fugit +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light, pleasant theme optimised for long writing/coding sessions (WCAG AA compliant) + +#[cursor] +#color = fff5f3 4d595f + +[colors] +foreground = 4d595f +background = fff5f3 +regular0 = 4d595f +regular1 = c61a14 +regular2 = 357200 +regular3 = 825e00 +regular4 = 1666b0 +regular5 = a83884 +regular6 = 007072 +regular7 = efe6e4 +bright0 = 796271 +bright1 = b93f1a +bright2 = 437520 +bright3 = 985900 +bright4 = 485adf +bright5 = a234c0 +bright6 = 00756a +bright7 = fff5f3 +# selection-foreground = 796271 +# selection-background = efe6e4 diff --git a/.config/foot/themes/tempus-future b/.config/foot/themes/tempus-future new file mode 100644 index 0000000..3dd8c7a --- /dev/null +++ b/.config/foot/themes/tempus-future @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Future +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with colours inspired by concept art of outer space (WCAG AAA compliant) + +#[cursor] +#color = 090a18 b4abac + +[colors] +foreground = b4abac +background = 090a18 +regular0 = 090a18 +regular1 = ff7e8f +regular2 = 6aba39 +regular3 = bfa51a +regular4 = 4ab2d7 +regular5 = e58f84 +regular6 = 2ab7bb +regular7 = a7a2c4 +bright0 = 2b1329 +bright1 = f78e2f +bright2 = 60ba80 +bright3 = de9b1d +bright4 = 8ba7ea +bright5 = e08bd6 +bright6 = 2cbab6 +bright7 = b4abac +# selection-foreground = a7a2c4 +# selection-background = 2b1329 diff --git a/.config/foot/themes/tempus-night b/.config/foot/themes/tempus-night new file mode 100644 index 0000000..de7be5f --- /dev/null +++ b/.config/foot/themes/tempus-night @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Night +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: High contrast dark theme with bright colours (WCAG AAA compliant) + +#[cursor] +#color = 1a1a1a e0e0e0 + +[colors] +foreground = e0e0e0 +background = 1a1a1a +regular0 = 1a1a1a +regular1 = ff929f +regular2 = 5fc940 +regular3 = c5b300 +regular4 = 5fb8ff +regular5 = ef91df +regular6 = 1dc5c3 +regular7 = c4bdaf +bright0 = 242536 +bright1 = f69d6a +bright2 = 88c400 +bright3 = d7ae00 +bright4 = 8cb4f0 +bright5 = de99f0 +bright6 = 00ca9a +bright7 = e0e0e0 +# selection-foreground = c4bdaf +# selection-background = 242536 diff --git a/.config/foot/themes/tempus-past b/.config/foot/themes/tempus-past new file mode 100644 index 0000000..8c66f54 --- /dev/null +++ b/.config/foot/themes/tempus-past @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Past +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light theme inspired by old vaporwave concept art (WCAG AA compliant) + +#[cursor] +#color = f3f2f4 53545b + +[colors] +foreground = 53545b +background = f3f2f4 +regular0 = 53545b +regular1 = c00c50 +regular2 = 0a7040 +regular3 = a6403a +regular4 = 1763aa +regular5 = b02874 +regular6 = 096a83 +regular7 = eae2de +bright0 = 80565d +bright1 = bd3133 +bright2 = 337243 +bright3 = 8d554a +bright4 = 5559bb +bright5 = b022a7 +bright6 = 07707a +bright7 = f3f2f4 +# selection-foreground = 80565d +# selection-background = eae2de diff --git a/.config/foot/themes/tempus-rift b/.config/foot/themes/tempus-rift new file mode 100644 index 0000000..3657a7f --- /dev/null +++ b/.config/foot/themes/tempus-rift @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Rift +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a subdued palette on the green side of the spectrum (WCAG AA compliant) + +#[cursor] +#color = 162c22 bbbcbc + +[colors] +foreground = bbbcbc +background = 162c22 +regular0 = 162c22 +regular1 = c19904 +regular2 = 34b534 +regular3 = 7fad00 +regular4 = 30aeb0 +regular5 = c8954c +regular6 = 5fad8f +regular7 = ab9aa9 +bright0 = 283431 +bright1 = d2a634 +bright2 = 6ac134 +bright3 = 82bd00 +bright4 = 56bdad +bright5 = cca0ba +bright6 = 10c480 +bright7 = bbbcbc +# selection-foreground = ab9aa9 +# selection-background = 283431 diff --git a/.config/foot/themes/tempus-spring b/.config/foot/themes/tempus-spring new file mode 100644 index 0000000..d50e6d0 --- /dev/null +++ b/.config/foot/themes/tempus-spring @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Spring +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a palette inspired by early spring colours (WCAG AA compliant) + +#[cursor] +#color = 283a37 b5b8b7 + +[colors] +foreground = b5b8b7 +background = 283a37 +regular0 = 283a37 +regular1 = ff8b5f +regular2 = 5ec04d +regular3 = b0b01a +regular4 = 39bace +regular5 = e99399 +regular6 = 36c08e +regular7 = 99afae +bright0 = 2a453d +bright1 = e19e00 +bright2 = 73be0d +bright3 = c6a843 +bright4 = 70afef +bright5 = d095e2 +bright6 = 3cbfaf +bright7 = b5b8b7 +# selection-foreground = 99afae +# selection-background = 2a453d diff --git a/.config/foot/themes/tempus-summer b/.config/foot/themes/tempus-summer new file mode 100644 index 0000000..7da1d8c --- /dev/null +++ b/.config/foot/themes/tempus-summer @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Summer +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with colours inspired by summer evenings by the sea (WCAG AA compliant) + +#[cursor] +#color = 202c3d a0abae + +[colors] +foreground = a0abae +background = 202c3d +regular0 = 202c3d +regular1 = fe6f70 +regular2 = 4eb075 +regular3 = ba9a0a +regular4 = 60a1e6 +regular5 = d285ad +regular6 = 3dae9f +regular7 = 949cbf +bright0 = 39304f +bright1 = ec7f4f +bright2 = 5baf4f +bright3 = be981f +bright4 = 8599ef +bright5 = cc82d7 +bright6 = 2aacbf +bright7 = a0abae +# selection-foreground = 949cbf +# selection-background = 39304f diff --git a/.config/foot/themes/tempus-tempest b/.config/foot/themes/tempus-tempest new file mode 100644 index 0000000..57c300a --- /dev/null +++ b/.config/foot/themes/tempus-tempest @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Tempest +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: A green-scale, subtle theme for late night hackers (WCAG AAA compliant) + +#[cursor] +#color = 282b2b b6e0ca + +[colors] +foreground = b6e0ca +background = 282b2b +regular0 = 282b2b +regular1 = cfc80a +regular2 = 7ad97a +regular3 = bfcc4a +regular4 = 60d7cd +regular5 = c5c4af +regular6 = 8bd0bf +regular7 = b0c8ca +bright0 = 323535 +bright1 = d1d933 +bright2 = 99e299 +bright3 = bbde4f +bright4 = 74e4cd +bright5 = d2d4aa +bright6 = 9bdfc4 +bright7 = b6e0ca +# selection-foreground = b0c8ca +# selection-background = 323535 diff --git a/.config/foot/themes/tempus-totus b/.config/foot/themes/tempus-totus new file mode 100644 index 0000000..01e8469 --- /dev/null +++ b/.config/foot/themes/tempus-totus @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Totus +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Light theme for prose or for coding in an open space (WCAG AAA compliant) + +#[cursor] +#color = ffffff 4a484d + +[colors] +foreground = 4a484d +background = ffffff +regular0 = 4a484d +regular1 = a50000 +regular2 = 005d26 +regular3 = 714700 +regular4 = 1d3ccf +regular5 = 88267a +regular6 = 185570 +regular7 = efefef +bright0 = 5e4b4f +bright1 = 992030 +bright2 = 4a5500 +bright3 = 8a3600 +bright4 = 2d45b0 +bright5 = 700dc9 +bright6 = 005289 +bright7 = ffffff +# selection-foreground = 5e4b4f +# selection-background = efefef diff --git a/.config/foot/themes/tempus-warp b/.config/foot/themes/tempus-warp new file mode 100644 index 0000000..fa8c21c --- /dev/null +++ b/.config/foot/themes/tempus-warp @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Warp +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a vibrant palette (WCAG AA compliant) + +#[cursor] +#color = 001514 a29fa0 + +[colors] +foreground = a29fa0 +background = 001514 +regular0 = 001514 +regular1 = ff3737 +regular2 = 169c16 +regular3 = 9f8500 +regular4 = 5781ef +regular5 = da4ebf +regular6 = 009880 +regular7 = 968282 +bright0 = 261c2c +bright1 = F0681A +bright2 = 3aa73a +bright3 = ba8a00 +bright4 = 8887f0 +bright5 = d85cf2 +bright6 = 1da1af +bright7 = a29fa0 +# selection-foreground = 968282 +# selection-background = 261c2c diff --git a/.config/foot/themes/tempus-winter b/.config/foot/themes/tempus-winter new file mode 100644 index 0000000..8db9705 --- /dev/null +++ b/.config/foot/themes/tempus-winter @@ -0,0 +1,29 @@ +# -*- conf -*- +# theme: Tempus Winter +# author: Protesilaos Stavrou (https://protesilaos.com) +# description: Dark theme with a palette inspired by winter nights at the city (WCAG AA compliant) + +#[cursor] +#color = 202427 8da3b8 + +[colors] +foreground = 8da3b8 +background = 202427 +regular0 = 202427 +regular1 = ed6e5a +regular2 = 4aa920 +regular3 = 9a9921 +regular4 = 7b91df +regular5 = d17e80 +regular6 = 4fa394 +regular7 = 91959b +bright0 = 2a2e38 +bright1 = de7b28 +bright2 = 00ab5f +bright3 = af9155 +bright4 = 329fcb +bright5 = ca77c5 +bright6 = 1ba6a4 +bright7 = 8da3b8 +# selection-foreground = 91959b +# selection-background = 2a2e38 diff --git a/.config/foot/themes/tokyonight-day b/.config/foot/themes/tokyonight-day new file mode 100644 index 0000000..5143aa0 --- /dev/null +++ b/.config/foot/themes/tokyonight-day @@ -0,0 +1,21 @@ +# -*- conf -*- + +[colors] +background=e1e2e7 +foreground=3760bf +regular0=e9e9ed +regular1=f52a65 +regular2=587539 +regular3=8c6c3e +regular4=2e7de9 +regular5=9854f1 +regular6=007197 +regular7=6172b0 +bright0=a1a6c5 +bright1=f52a65 +bright2=587539 +bright3=8c6c3e +bright4=2e7de9 +bright5=9854f1 +bright6=007197 +bright7=3760bf \ No newline at end of file diff --git a/.config/foot/themes/tokyonight-night b/.config/foot/themes/tokyonight-night new file mode 100644 index 0000000..f789e1b --- /dev/null +++ b/.config/foot/themes/tokyonight-night @@ -0,0 +1,21 @@ +# -*- conf -*- + +[colors] +background=1a1b26 +foreground=c0caf5 +regular0=15161E +regular1=f7768e +regular2=9ece6a +regular3=e0af68 +regular4=7aa2f7 +regular5=bb9af7 +regular6=7dcfff +regular7=a9b1d6 +bright0=414868 +bright1=f7768e +bright2=9ece6a +bright3=e0af68 +bright4=7aa2f7 +bright5=bb9af7 +bright6=7dcfff +bright7=c0caf5 diff --git a/.config/foot/themes/tokyonight-storm b/.config/foot/themes/tokyonight-storm new file mode 100644 index 0000000..074b469 --- /dev/null +++ b/.config/foot/themes/tokyonight-storm @@ -0,0 +1,21 @@ +# -*- conf -*- + +[colors] +background=24283b +foreground=c0caf5 +regular0=1D202F +regular1=f7768e +regular2=9ece6a +regular3=e0af68 +regular4=7aa2f7 +regular5=bb9af7 +regular6=7dcfff +regular7=a9b1d6 +bright0=414868 +bright1=f7768e +bright2=9ece6a +bright3=e0af68 +bright4=7aa2f7 +bright5=bb9af7 +bright6=7dcfff +bright7=c0caf5 diff --git a/.config/foot/themes/visibone b/.config/foot/themes/visibone new file mode 100644 index 0000000..3ee665d --- /dev/null +++ b/.config/foot/themes/visibone @@ -0,0 +1,25 @@ +# -*- conf -*- +# VisiBone + +[cursor] +color=010101 ffffff + +[colors] +foreground=ffffff +background=010101 +regular0=666666 +regular1=cc6666 +regular2=66cc99 +regular3=cc9966 +regular4=6699cc +regular5=cc6699 +regular6=66cccc +regular7=cccccc +bright0=999999 +bright1=ff9999 +bright2=99ffcc +bright3=ffcc99 +bright4=99ccff +bright5=ff99cc +bright6=99ffff +bright7=ffffff diff --git a/.config/foot/themes/zenburn b/.config/foot/themes/zenburn new file mode 100644 index 0000000..bace080 --- /dev/null +++ b/.config/foot/themes/zenburn @@ -0,0 +1,25 @@ +# -*- conf -*- + +[colors] +foreground=dcdccc +background=111111 + +## Normal/regular colors (color palette 0-7) +regular0=222222 # black +regular1=cc9393 # red +regular2=7f9f7f # green +regular3=d0bf8f # yellow +regular4=6ca0a3 # blue +regular5=dc8cc3 # magenta +regular6=93e0e3 # cyan +regular7=dcdccc # white + +## Bright colors (color palette 8-15) +bright0=666666 # bright black +bright1=dca3a3 # bright red +bright2=bfebbf # bright green +bright3=f0dfaf # bright yellow +bright4=8cd0d3 # bright blue +bright5=fcace3 # bright magenta +bright6=b3ffff # bright cyan +bright7=ffffff # bright white diff --git a/.config/sway/config b/.config/sway/config new file mode 100755 index 0000000..d486ea3 --- /dev/null +++ b/.config/sway/config @@ -0,0 +1,264 @@ +# Default config for sway +# +# Copy this to ~/.config/sway/config and edit it to your liking. +# +# Read `man 5 sway` for a complete reference. + +### Variables +# +# Logo key. Use Mod1 for Alt. +set $mod Mod4 +# Home row direction keys, like vim +set $left h +set $down j +set $up k +set $right l +# Your preferred terminal emulator +#set $term foot +set $term foot +# Your preferred application launcher +# Note: pass the final command to swaymsg so that the resulting window can be opened +# on the original workspace that the command was run on. +set $menu bemenu-run --no-exec | xargs swaymsg exec -- + +font pango:Monospace 10 + +### Output configuration +# +# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) +output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +# +# Example configuration: +# +# output HDMI-A-1 resolution 1920x1080 position 1920,0 +# +# You can get the names of your outputs by running: swaymsg -t get_outputs + +### Idle configuration +# +# Example configuration: +# +exec swayidle -w \ + timeout 2400 'swaylock -f -c 000000' \ + timeout 4800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ + before-sleep 'swaylock -f -c 000000' +# +# This will lock your screen after 300 seconds of inactivity, then turn off +# your displays after another 300 seconds, and turn your screens back on when +# resumed. It will also lock your screen before your computer goes to sleep. + +### Input configuration +# +# Example configuration: +# +# input "2:14:SynPS/2_Synaptics_TouchPad" { +# dwt enabled +# tap enabled +# natural_scroll enabled +# middle_emulation enabled +# } +# +# You can get the names of your inputs by running: swaymsg -t get_inputs +# Read `man 5 sway-input` for more information about this section. + +### Key bindings +# +# Basics: +# + # Start a terminal + bindsym $mod+Return exec $term + + # Kill focused window + bindsym $mod+Shift+q kill + + # Start your launcher + bindsym $mod+d exec $menu + + # Drag floating windows by holding down $mod and left mouse button. + # Resize them with right mouse button + $mod. + # Despite the name, also works for non-floating windows. + # Change normal to inverse to use left mouse button for resizing and right + # mouse button for dragging. + floating_modifier $mod normal + + # Reload the configuration file + bindsym $mod+Shift+c reload + + # Exit sway (logs you out of your Wayland session) + bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' +# +# Moving around: +# + # Move your focus around + bindsym $mod+$left focus left + bindsym $mod+$down focus down + bindsym $mod+$up focus up + bindsym $mod+$right focus right + # Or use $mod+[up|down|left|right] + bindsym $mod+Left focus left + bindsym $mod+Down focus down + bindsym $mod+Up focus up + bindsym $mod+Right focus right + + # Move the focused window with the same, but add Shift + bindsym $mod+Shift+$left move left + bindsym $mod+Shift+$down move down + bindsym $mod+Shift+$up move up + bindsym $mod+Shift+$right move right + # Ditto, with arrow keys + bindsym $mod+Shift+Left move left + bindsym $mod+Shift+Down move down + bindsym $mod+Shift+Up move up + bindsym $mod+Shift+Right move right +# +# Workspaces: +# + # Switch to workspace + bindsym $mod+1 workspace number 1 + bindsym $mod+2 workspace number 2 + bindsym $mod+3 workspace number 3 + bindsym $mod+4 workspace number 4 + bindsym $mod+5 workspace number 5 + bindsym $mod+6 workspace number 6 + bindsym $mod+7 workspace number 7 + bindsym $mod+8 workspace number 8 + bindsym $mod+9 workspace number 9 + bindsym $mod+0 workspace number 10 + # Move focused container to workspace + bindsym $mod+Shift+1 move container to workspace number 1 + bindsym $mod+Shift+2 move container to workspace number 2 + bindsym $mod+Shift+3 move container to workspace number 3 + bindsym $mod+Shift+4 move container to workspace number 4 + bindsym $mod+Shift+5 move container to workspace number 5 + bindsym $mod+Shift+6 move container to workspace number 6 + bindsym $mod+Shift+7 move container to workspace number 7 + bindsym $mod+Shift+8 move container to workspace number 8 + bindsym $mod+Shift+9 move container to workspace number 9 + bindsym $mod+Shift+0 move container to workspace number 10 + # Note: workspaces can have any name you want, not just numbers. + # We just use 1-10 as the default. +# +# Layout stuff: +# + # You can "split" the current object of your focus with + # $mod+b or $mod+v, for horizontal and vertical splits + # respectively. + bindsym $mod+b splith + bindsym $mod+v splitv + + # Switch the current container between different layout styles + bindsym $mod+s layout stacking + bindsym $mod+w layout tabbed + bindsym $mod+e layout toggle split + + # Make the current focus fullscreen + bindsym $mod+f fullscreen + + # Toggle the current focus between tiling and floating mode + bindsym $mod+Shift+space floating toggle + + # Swap focus between the tiling area and the floating area + bindsym $mod+space focus mode_toggle + + # Move focus to the parent container + bindsym $mod+a focus parent +# +# Scratchpad: +# + # Sway has a "scratchpad", which is a bag of holding for windows. + # You can send windows there and get them back later. + + # Move the currently focused window to the scratchpad + bindsym $mod+Shift+minus move scratchpad + + # Show the next scratchpad window or hide the focused scratchpad window. + # If there are multiple scratchpad windows, this command cycles through them. + bindsym $mod+minus scratchpad show +# +# Resizing containers: +# +mode "resize" { + # left will shrink the containers width + # right will grow the containers width + # up will shrink the containers height + # down will grow the containers height + bindsym $left resize shrink width 10px + bindsym $down resize grow height 10px + bindsym $up resize shrink height 10px + bindsym $right resize grow width 10px + + # Ditto, with arrow keys + bindsym Left resize shrink width 10px + bindsym Down resize grow height 10px + bindsym Up resize shrink height 10px + bindsym Right resize grow width 10px + + # Return to default mode + bindsym Return mode "default" + bindsym Escape mode "default" +} +bindsym $mod+r mode "resize" + +# +# Status Bar: +# +# Read `man 5 sway-bar` for more information about this section. +bar { + position top + + # When the status_command prints a new line to stdout, swaybar updates. + # The default just shows the current date and time. + # status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done + status_command while ~/.config/sway/status.sh; do sleep 1; done + + colors { + statusline #ffffff + background #000000 + inactive_workspace #323232 #323232 #aaaaaa + } +} + +# Modify windows to hide title bars +# for_window [class="^.*"] border pixel 1 +default_border pixel +default_floating_border pixel + +# Gaps +gaps inner 10 +smart_gaps on +smart_gaps inverse_outer +smart_borders on + +# Background +# exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/*" +# exec_always --no-startup-id "feh-blur" + +# Use brightnessctl to adjust brightness. +bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --min-val=2 -q set 3%- +bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl -q set 3%+ + +# Launch pipewire audio server +exec /usr/libexec/pipewire-launcher + +# Launch dbus with env variables for firefox and screensharing +exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + +# Flatpak support +exec /usr/libexec/xdg-desktop-portal-gtk +exec /usr/libexec/xdg-desktop-portal-wlr +exec /usr/libexec/xdg-desktop-portal-gnome + +# Use pactl to adjust volume +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle +bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle + +# Inhibity idle when watching fullscreen media in Firefox +for_window [class="Firefox"] inhibit_idle fullscreen # xwayland +for_window [app_id="firefox"] inhibit_idle fullscreen # wayland + +## Screenshots +bindsym Print exec grim "/home/$USER/Downloads/$(date).png" + +# include ~/.config/sway/config.d/* diff --git a/.config/sway/status.sh b/.config/sway/status.sh new file mode 100755 index 0000000..c21fcc4 --- /dev/null +++ b/.config/sway/status.sh @@ -0,0 +1,36 @@ +# Date and time +day=$(date "+%a") +date_and_week=$(date "+%Y.%m.%d") +current_time=$(date "+%H:%M:%S") + +# Battery or charger +battery_charge=$(upower --show-info $(upower --enumerate | grep 'BAT') | egrep "percentage" | awk '{print $2}') +battery_status=$(upower --show-info $(upower --enumerate | grep 'BAT') | egrep "state" | awk '{print $2}') + +# Brightness +current_brightness=$(brightnessctl g) +max_brightness=$(brightnessctl m) +decimal_brightness=$(echo "scale=3; $current_brightness/$max_brightness" | bc) +brightness=$(echo "scale=0; $decimal_brightness*100/1" | bc) + +# Volume +volume=$(echo `(pactl get-sink-volume @DEFAULT_SINK@ | grep "Volume:") | awk '{print $5}'`) +mute_value=$(echo `(pactl get-sink-mute @DEFAULT_SINK@ | grep "Mute:") | awk '{print $2}'`) +if [ "$mute_value" = "yes" ]; then + volume="$volume [MUTE]" +else + volume="$volume" +fi + +# Microphone +mic_value=$(echo `(pactl get-source-mute @DEFAULT_SOURCE@ | grep "Mute:") | awk '{print $2}'`) +if [ "$mic_value" = "yes" ]; then + mic="DISABLED" +else + mic="ENABLED" +fi + +# IP Address +ip=$(echo `curl ifconfig.io`) + +echo "Mic:" $mic "|" "Vol:" $volume "|" "BRT:" $brightness"%" "|" $ip "|" $battery_status $battery_charge "|" "["$day"]" $date_and_week $current_time diff --git a/.newsboat/urls b/.newsboat/urls new file mode 100644 index 0000000..6dbeaa4 --- /dev/null +++ b/.newsboat/urls @@ -0,0 +1,47 @@ +https://xkcd.com/atom.xml +https://cate.blog/feed/ +https://artemis.sh/feed.xml +https://www.benkuhn.net/index.xml +https://cadence.moe/blog/rss.xml +https://cleberg.net/atom.xml +https://consumingcyberpunk.com/blog?format=rss +https://www.cyberpunks.com/feed/ +https://detritus.zone/feed.xml +https://foreverliketh.is/blog/index.xml +https://solar.lowtechmagazine.com/posts/index.xml +https://mizik.sk/feed.xml +https://ntietz.com/atom.xml +https://ploum.net/atom_en.xml +https://timharek.no/rss.xml +https://tsk.bearblog.dev/feed/ +https://xeiaso.net/blog.rss +https://ameyama.com/blog/rss.xml +https://torrentfreak.com/feed/ +https://notes.aliciasykes.com/feed.rss +https://allan.reyes.sh/index.xml +https://fedidat.com/atom.xml +https://brandur.org/articles.atom +https://bt.ht/atom.xml +https://drewdevault.com/blog/index.xml +https://jvns.ca/atom.xml +https://kishvanchee.com/index.xml +https://haydenjames.io/feed/ +https://scotthelme.co.uk/rss/ +https://www.taniarascia.com/rss.xml +https://zserge.com/rss.xml +https://blog.bayindirh.io/rss/ +https://blog.brixit.nl/rss/ +https://sno.ws/index.xml +https://fribbledom.com/index.xml +https://100r.co/links/rss.xml +https://bjhess.com/blog/feed.xml +https://ma.tt/feed/ +https://reggie.re/index.xml +https://selfh.st/rss/ +https://dotat.at/@/blog.atom +https://www.trustedsec.com/feed/ +https://unixsheikh.com/feed.rss +https://www.filfre.net/feed/ +https://obscuritory.com/feed/ +https://sive.rs/en.atom +http://feeds.harvardbusiness.org/harvardbusiness/ideacast -- cgit v1.2.3-70-g09d2