Compare commits
No commits in common. "2c894e643cb0cb6d8f4dbdba112dc11448b5c8ce" and "e92fada534f0d8d2c0e11f0d17a50d9ff621fcb2" have entirely different histories.
2c894e643c
...
e92fada534
5 changed files with 47 additions and 11 deletions
|
@ -324,4 +324,47 @@ workers = 3
|
||||||
entries_per_page = 20
|
entries_per_page = 20
|
||||||
|
|
||||||
|
|
||||||
include = "theme.toml"
|
# Start flavours
|
||||||
|
# Base16 Kanagawa - amfora color config
|
||||||
|
# Tommaso Laurenzi (https://github.com/rebelot)
|
||||||
|
|
||||||
|
[theme]
|
||||||
|
bg = "#1F1F28"
|
||||||
|
fg = "#DCD7BA"
|
||||||
|
|
||||||
|
bottombar_label = "#957FB8"
|
||||||
|
bottombar_text = "#DCD7BA"
|
||||||
|
bottombar_bg = "#16161D"
|
||||||
|
|
||||||
|
tab_num = "#223249"
|
||||||
|
tab_divider = "#727169"
|
||||||
|
|
||||||
|
amfora_link = "#76946A"
|
||||||
|
foreign_link = "#54546D"
|
||||||
|
link_number = "#54546D"
|
||||||
|
|
||||||
|
btn_bg = "#16161D"
|
||||||
|
btn_text = "#DCD7BA"
|
||||||
|
|
||||||
|
input_modal_bg = "#16161D"
|
||||||
|
input_modal_text = "#DCD7BA"
|
||||||
|
input_modal_field_bg = "#1F1F28"
|
||||||
|
input_modal_field_text = "#DCD7BA"
|
||||||
|
info_modal_bg = "#16161D"
|
||||||
|
info_modal_text = "#DCD7BA"
|
||||||
|
error_modal_bg = "#16161D"
|
||||||
|
error_modal_text = "#D27E99"
|
||||||
|
yesno_modal_bg = "#16161D"
|
||||||
|
yesno_modal_text = "#DCD7BA"
|
||||||
|
tofu_modal_bg = "#16161D"
|
||||||
|
tofu_modal_text = "#DCD7BA"
|
||||||
|
subscription_modal_bg = "#16161D"
|
||||||
|
subscription_modal_text = "#DCD7BA"
|
||||||
|
|
||||||
|
hdg_1 = "#FFA066"
|
||||||
|
hdg_2 = "#C0A36E"
|
||||||
|
hdg_3 = "#7E9CD8"
|
||||||
|
regular_text = "#DCD7BA"
|
||||||
|
preformatted_text = "#6A9589"
|
||||||
|
list_text = "#DCD7BA"
|
||||||
|
# End flavours
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[[items]]
|
[[items]]
|
||||||
file = "~/.config/amfora/theme.toml"
|
file = "~/.config/amfora/config.toml"
|
||||||
template = "amfora"
|
template = "amfora"
|
||||||
rewrite = true
|
rewrite = false
|
||||||
|
|
||||||
[[items]]
|
[[items]]
|
||||||
file = "~/.config/kitty/colors.conf"
|
file = "~/.config/kitty/colors.conf"
|
||||||
|
|
|
@ -38,7 +38,6 @@ background_opacity 0.8
|
||||||
#: Keyboard shortcuts {{{
|
#: Keyboard shortcuts {{{
|
||||||
|
|
||||||
# kitty_mod ctrl+shift
|
# kitty_mod ctrl+shift
|
||||||
map kitty_mod+enter new_os_window_with_cwd
|
|
||||||
|
|
||||||
# clear_all_shortcuts no
|
# clear_all_shortcuts no
|
||||||
#: You can have kitty remove all shortcut definition seen up to this
|
#: You can have kitty remove all shortcut definition seen up to this
|
||||||
|
|
|
@ -74,7 +74,7 @@ input "type:keyboard" {
|
||||||
|
|
||||||
# Take a screenshot
|
# Take a screenshot
|
||||||
bindsym $mod+p exec grim -g "$(slurp)" - | swappy -f -
|
bindsym $mod+p exec grim -g "$(slurp)" - | swappy -f -
|
||||||
bindsym Print exec ~/.local/bin/screenshot.sh
|
bindsym Print exec grim -g "$(slurp)"
|
||||||
#
|
#
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
|
@ -122,7 +122,6 @@ input "type:keyboard" {
|
||||||
#
|
#
|
||||||
for_window [class="PacketTracer"] floating enable
|
for_window [class="PacketTracer"] floating enable
|
||||||
for_window [class="VirtualBox"] floating enable
|
for_window [class="VirtualBox"] floating enable
|
||||||
for_window [class="^Minecraft*"] floating enable
|
|
||||||
|
|
||||||
bindsym $mod+b splith
|
bindsym $mod+b splith
|
||||||
bindsym $mod+v splitv
|
bindsym $mod+v splitv
|
||||||
|
@ -170,5 +169,3 @@ bar swaybar_command waybar
|
||||||
|
|
||||||
default_border pixel
|
default_border pixel
|
||||||
gaps inner 20
|
gaps inner 20
|
||||||
bindsym $mod+Shift+u exec 'swaymsg gaps inner all minus 5'
|
|
||||||
bindsym $mod+Shift+i exec 'swaymsg gaps inner all plus 5'
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
# dotfiles
|
|
||||||
|
|
||||||
I will try to put here some of the config files I use.
|
|
Loading…
Reference in a new issue