Removed shadows & stuff

lightmode
E. Almqvist 3 years ago
parent a223985a70
commit fb67c58e98
  1. 5
      nvim/.config/nvim/init.vim
  2. 2
      picom/.config/picom/picom.conf
  3. 4
      qutebrowser/.config/qutebrowser/qsettings/QtProject.conf

@ -23,12 +23,13 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'tpope/vim-markdown' Plug 'tpope/vim-markdown'
Plug 'ap/vim-css-color' Plug 'ap/vim-css-color'
Plug 'vim-scripts/fountain.vim' Plug 'vim-scripts/fountain.vim'
Plug 'aurieh/discord.nvim', {'do': ':UpdateRemotePlugins'} " Discord Presence " Plug 'aurieh/discord.nvim', {'do': ':UpdateRemotePlugins'} " Discord Presence
Plug 'joshdick/onedark.vim' " Theme Plug 'joshdick/onedark.vim' " Theme
Plug 'rafi/awesome-vim-colorschemes' Plug 'rafi/awesome-vim-colorschemes'
Plug 'preservim/nerdtree' Plug 'preservim/nerdtree'
Plug 'arakashic/chromatica.nvim' Plug 'arakashic/chromatica.nvim'
Plug 'jamestthompson3/nvim-remote-containers' " Docker Container Workspace " Plug 'jamestthompson3/nvim-remote-containers' " Docker Container Workspace
Plug 'slim-template/vim-slim'
call plug#end() call plug#end()
set nocompatible set nocompatible

@ -8,7 +8,7 @@
# unless explicitly requested using the wintypes option. # unless explicitly requested using the wintypes option.
# #
# shadow = false # shadow = false
shadow = true; shadow = false;
# The blur radius for shadows, in pixels. (defaults to 12) # The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12 # shadow-radius = 12

@ -1,8 +1,8 @@
[FileDialog] [FileDialog]
history=file:///home/elal/Pictures/Profile Pictures, file:///home/elal, file:///home/elal/.dotfiles/qutebrowser/.config/qutebrowser/startpage, file:///home/elal/Pictures/Profile, file:///home/elal/Downloads history=file:///home/elal/Pictures/Profile Pictures, file:///home/elal, file:///home/elal/.dotfiles/qutebrowser/.config/qutebrowser/startpage, file:///home/elal/Pictures/Profile, file:///home/elal/Downloads
lastVisited=file:///home/elal/Downloads lastVisited=file:///home/elal/Pictures/Profile
qtVersion=5.15.2 qtVersion=5.15.2
shortcuts=file:, file:///home/elal shortcuts=file:, file:///home/elal
sidebarWidth=98 sidebarWidth=98
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x3\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
viewMode=Detail viewMode=Detail

Loading…
Cancel
Save