Skip to content

Commit

Permalink
Auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleimp committed Jan 29, 2024
1 parent a8e66b7 commit b0dbc38
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@ mode "resize" {

bindsym $mod+r mode "resize"

client.focused #665c54 #665c54 #eddbb2 #2e9ef4 #458588
client.focused_inactive #282828 #5f676a #ffffff #484e50 #5f676a
client.unfocused #3c3836 #3c3836 #a89984 #292d2e #222222
client.urgent #cc241d #cc241d #ebdbb2 #cc241d #cc241d
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c

bar {
status_command i3blocks
font pango:JetBrainsMono Nerd Font 9
Expand Down
42 changes: 42 additions & 0 deletions .config/kitty/gruvbox.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
foreground #ebdbb2
background #111111
selection_foreground #655b53
selection_background #ebdbb2
url_color #d65c0d

active_tab_foreground #655b53
active_tab_background #ebdbb2
inactive_tab_foreground #ebdbb2
inactive_tab_background #655b53

# black
color0 #272727
color8 #928373

# red
color1 #cc231c
color9 #fb4833

# green
color2 #989719
color10 #b8ba25

# yellow
color3 #d79920
color11 #fabc2e

# blue
color4 #448488
color12 #83a597

# magenta
color5 #b16185
color13 #d3859a

# cyan
color6 #689d69
color14 #8ec07b

# white
color7 #a89983
color15 #ebdbb2
20 changes: 10 additions & 10 deletions .config/kitty/sitrusbuddy.conf → .config/kitty/gruvbuddy.conf
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# gruvbox-dark colorscheme for kitty
# snazzy theme used as base

foreground #eaeaea
background #181a1b
foreground #e0e0e0
background #282c34
selection_foreground #181a1b
selection_background #eaeaea
url_color #7398dd

# black
color0 #4c5356
color0 #111111
color8 #4c5356

# red
color1 #d75f5f
color1 #cc6666
color9 #d75f5f

# green
color2 #37ad82
color2 #99cc99
color10 #a3db81

# yellow
color3 #fe8019
color3 #f8fe7a
color11 #FAC03B

# blue
color4 #7398dd
color4 #81a2be
color12 #7398dd

# magenta
color5 #ca70d6
color5 #b294bb
color13 #a29bfe

# cyan
color6 #7398dd
color6 #8abeb7
color14 #7398dd

# white
color7 #eaeaea
color7 #e0e0e0
color15 #919191

active_tab_foreground #af875f
Expand Down
8 changes: 4 additions & 4 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include ./tokyonight.conf
include ./gruvbuddy.conf
shell /usr/bin/fish

font_family JetBrainsMono Nerd Font
font_family Iosevka Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto

font_size 12
background_opacity .9
font_size 14
# background_opacity .9

enable_audio_bell no

Expand Down
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set-option -g bell-action none
set-window-option -g monitor-activity on
set-window-option -g automatic-rename on

set-option -g default-shell /usr/bin/fish
set-option -g default-shell /usr/bin/zsh

set -g @continuum-restore 'off'

Expand Down
4 changes: 4 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

eval "$(starship init zsh)"

#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"

0 comments on commit b0dbc38

Please sign in to comment.