diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 3d31a55..4c6cc54 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -3,7 +3,7 @@ env: TERM: xterm-256color window: - opacity: 1.0 + opacity: 0.9 padding: x: 8 y: 8 @@ -54,7 +54,7 @@ font: style: Bold Italic # Point size - size: 10 + size: 9 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. @@ -65,22 +65,53 @@ font: # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true + #colors: + # # Default colors + # primary: + # background: '0x18191c' + # foreground: '0xafafaf' + # + # # Normal colors + # normal: + # black: '0x21242b' + # red: '0xff6c6b' + # green: '0x98be65' + # yellow: '0xecbe7b' + # blue: '0x51afef' + # magenta: '0xc678dd' + # cyan: '0x46d9ff' + # white: '0xbbc2cf' + +# Colors (Gruvbox dark) colors: # Default colors primary: - background: '0x18191c' - foreground: '0xafafaf' + # hard contrast: background = '0x1d2021' + background: '0x1d2021' + # soft contrast: background = '0x32302f' + foreground: '0xebdbb2' # Normal colors normal: - black: '0x21242b' - red: '0xff6c6b' - green: '0x98be65' - yellow: '0xecbe7b' - blue: '0x51afef' - magenta: '0xc678dd' - cyan: '0x46d9ff' - white: '0xbbc2cf' + black: '0x282828' + red: '0xcc241d' + green: '0x98971a' + yellow: '0xd79921' + blue: '0x458588' + magenta: '0xb16286' + cyan: '0x689d6a' + white: '0xa89984' + + # Bright colors + bright: + black: '0x928374' + red: '0xfb4934' + green: '0xb8bb26' + yellow: '0xfabd2f' + blue: '0x83a598' + magenta: '0xd3869b' + cyan: '0x8ec07c' + white: '0xebdbb2' cursor: # Values for `style`: diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 370f82d..3e7e653 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "320x5-20+20" + geometry = "340x25-20+10" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes @@ -51,20 +51,20 @@ # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. - separator_height = 2 + separator_height = 12 # Padding between text and separator. - padding = 12 + padding = 24 # Horizontal padding. - horizontal_padding = 8 + horizontal_padding = 12 # Defines width in pixels of frame around the notification window. # Set to 0 to disable. frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#282c34" + frame_color = "#1d2021" # Define a color for the separator. # possible values are: @@ -86,7 +86,7 @@ ### Text ### - font = Hack 12 + font = Fira Code 14 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -275,25 +275,25 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282c34" - foreground = "#ffffff" - frame_color = "#272727" + background = "#1d2021" + foreground = "#ebdbb2" + frame_color = "#1d2021" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#282c34" - foreground = "#ffffff" - frame_color = "#272727" + background = "#1d2021" + foreground = "#ebdbb2" + frame_color = "#1d2021" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon [urgency_critical] - background = "#282c34" - foreground = "#ffffff" - frame_color = "#272727" + background = "#1d2021" + foreground = "#ebdbb2" + frame_color = "#1d2021" timeout = 0 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 24f04c8..06ff105 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -31,12 +31,10 @@ call plug#begin('~/.config/nvim/plugged') Plug 'lervag/vimtex' Plug 'mikelue/vim-maven-plugin' Plug 'sheerun/vim-polyglot' -" Plug 'vim-airline/vim-airline' -" Plug 'vim-airline/vim-airline-themes' Plug 'projekt0n/github-nvim-theme' Plug 'pantharshit00/vim-prisma' Plug 'axelf4/vim-haskell' - "Plug 'neovimhaskell/haskell-vim' + Plug 'ellisonleao/gruvbox.nvim' call plug#end() set nocompatible @@ -67,7 +65,8 @@ let g:ruby_recommended_style = 0 set clipboard+=unnamedplus " Theme -colors github_dark +set background=dark +colors gruvbox let &showbreak = '↳ ' set laststatus=0 ruler set nu diff --git a/rofi/.config/rofi/doomsidebar.rasi b/rofi/.config/rofi/doomsidebar.rasi index aa293d6..d9ac5ea 100644 --- a/rofi/.config/rofi/doomsidebar.rasi +++ b/rofi/.config/rofi/doomsidebar.rasi @@ -1,12 +1,12 @@ * { - text-color: #f6f6f6; + text-color: #eddbb2; background-color: rgba(1,0,0,0); - dark: #282c34; + dark: #1d2021; border-color: #1d1f21; // Black - black: #282c34; - blackop: #282c34ef; - lightblack: #282c34; + black: #1d2021; + blackop: #1d2021ef; + lightblack: #1d2021; // // Red red: #ff6c6b;