diff --git a/bash/.bashrc b/bash/.bashrc index f43718f..c140125 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -172,5 +172,8 @@ alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' +# nvim alias +alias vim=nvim + # Run fastfetch on terminal startup fastfetch diff --git a/kitty/.config/kitty/current-theme.conf b/kitty/.config/kitty/current-theme.conf new file mode 100644 index 0000000..5519631 --- /dev/null +++ b/kitty/.config/kitty/current-theme.conf @@ -0,0 +1,85 @@ +## name: Adapta Nokto Maia +## blurb: A description of this theme. This is the default +## theme for manjaro community eddition of i3. + +#: All the settings below are colors, which you can choose to modify, or use the +#: defaults. You can also add non-color based settings if needed but note that +#: these will not work with using kitty @ set-colors with this theme. For a +#: reference on what these settings do see https://sw.kovidgoyal.net/kitty/conf/ + +#: The basic colors + +foreground #d8d8d8 +background #222D31 +selection_foreground #16A085 +selection_background #2B2C2B +url_color #0087bd + + +#: kitty window border colors and terminal bell colors + +active_border_color #00ff00 +inactive_border_color #cccccc +bell_border_color #ff5a00 +visual_bell_color none + + +#: OS Window titlebar colors + +wayland_titlebar_color system +macos_titlebar_color system + + +#: Tab bar colors + +active_tab_foreground #000 +active_tab_background #eee +inactive_tab_foreground #444 +inactive_tab_background #999 +tab_bar_background none +tab_bar_margin_color none + + +#: Colors for marks (marked text in the terminal) + +mark1_foreground black +mark1_background #98d3cb +mark2_foreground black +mark2_background #f2dcd3 +mark3_foreground black +mark3_background #f274bc + + +#: The basic 16 colors + +#: black +color0 #222D31 +color8 #585858 + +#: red +color1 #ab4642 +color9 #ab4642 + +#: green +color2 #7E807E +color10 #8D8F8D + +#: yellow +color3 #f7ca88 +color11 #f7ca88 + +#: blue +color4 #7cafc2 +color12 #7cafc2 + +#: magenta +color5 #ba8baf +color13 #ba8baf + +#: cyan +color6 #1ABB9B +color14 #1ABB9B + +#: white +color7 #d8d8d8 +color15 #f8f8f8 diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index da350ee..74e2831 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -491,6 +491,9 @@ #: Program to run when a bell occurs. +enable_audio_bell no +visual_bell_duration 0.3 + #: }}} #: Window layout {{{ @@ -1468,3 +1471,9 @@ #: }}} #: }}} + + +# BEGIN_KITTY_THEME +# Adapta Nokto Maia +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file