diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4989a5d..5b87c15 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -32,7 +32,7 @@ font: size: 9.0 offset: x: 0 - y: 0 + y: 1 background_opacity: 0.9 @@ -65,55 +65,19 @@ colors: primary: background: '0x000000' foreground: '0xeaeaea' - + background: "#0f0e09" + foreground: "#dbcdac" cursor: - text: '0x000000' - cursor: '0xffffff' - + cursor: "#dbcdac" normal: - black: '0x000000' - red: '0xd54e53' - green: '0xb9ca4a' - yellow: '0xe6c547' - blue: '0x7aa6da' - magenta: '0xc397d8' - cyan: '0x70c0ba' - white: '0xffffff' - - bright: - black: '0x666666' - red: '0xff3334' - green: '0x9ec400' - yellow: '0xe7c547' - blue: '0x7aa6da' - magenta: '0xb77ee0' - cyan: '0x54ced6' - white: '0xffffff' - - # primary: - # background: '0x0a1010' - # foreground: '0xb6bcc4' - # cursor: - # text: '0x0a1010' - # cursor: '#074D40' - # normal: - # black: '0x0a1010' - # red: '0x4F374A' - # green: '0x085349' - # yellow: '0x096E4E' - # blue: '0x196C62' - # magenta: '0x298C55' - # cyan: '0x118D65' - # white: '0xb6bcc4' - # bright: - # black: '0x7f8389' - # red: '0x4F374A' - # green: '0x085349' - # yellow: '0x096E4E' - # blue: '0x196C62' - # magenta: '0x298C55' - # cyan: '0x118D65' - # white: '0xb6bcc4' + black: "#0f0e09" + red: "#6B5835" + green: "#324443" + yellow: "#746A46" + blue: "#8C552E" + magenta: "#89784D" + cyan: "#9F8D5E" + white: "#dbcdac" # Mouse bindings # diff --git a/.config/i3/config b/.config/i3/config index c42ad60..d3e6eda 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -200,6 +200,10 @@ exec_always --no-startup-id wal -R -n # gaps gaps inner 10 +# workspace settings +workspace_auto_back_and_forth yes +show_marks yes + # settings hide_edge_borders both for_window [class="^.*"] title_format "%title [%class]"