lightmode
E. Almqvist 2 years ago
parent 67b6e7ce5e
commit e190fac648
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 2
      emacs/.config/emacs/init.el
  3. 4
      eww/.config/eww/eww.scss
  4. 1
      eww/.config/eww/eww.yuck
  5. 6
      leftwm/.config/leftwm/themes/gruv/theme.ron
  6. 6
      nvim/.config/nvim/init.vim
  7. 41
      oh-my-zsh/.oh-my-zsh/custom/themes/almtech2.zsh-theme
  8. 2
      zsh/.zshrc

@ -79,7 +79,7 @@ colors:
blue: '0x4271ae' blue: '0x4271ae'
magenta: '0x8959a8' magenta: '0x8959a8'
cyan: '0x3e999f' cyan: '0x3e999f'
white: '0xd6d6d6' white: '0x565656'
bright: bright:
black: '0x8e908c' black: '0x8e908c'
@ -89,7 +89,7 @@ colors:
blue: '0x5795e6' blue: '0x5795e6'
magenta: '0xb777e0' magenta: '0xb777e0'
cyan: '0x66bdc3' cyan: '0x66bdc3'
white: '0xefefef' white: '0x262626'
cursor: cursor:
# Values for `style`: # Values for `style`:

@ -47,7 +47,7 @@
'(elcord-use-major-mode-as-main-icon nil) '(elcord-use-major-mode-as-main-icon nil)
'(evil-undo-system 'undo-redo) '(evil-undo-system 'undo-redo)
'(package-selected-packages '(package-selected-packages
'(ligature evil-smartparens smartparens web-mode sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil))) '(yaml-mode ligature evil-smartparens smartparens web-mode sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.

@ -69,7 +69,7 @@ button {
} }
.workspaces > button:hover { .workspaces > button:hover {
color: $fg-accent; color: $fg-sel-color;
opacity: 0.8; opacity: 0.8;
} }
@ -162,7 +162,7 @@ scale trough {
border-top: solid 2px $border-color; border-top: solid 2px $border-color;
padding: 1rem 0; padding: 1rem 0;
padding-bottom: 0rem; padding-bottom: 0rem;
margin: 0.5rem 0 0.5rem 0; margin-bottom: 0.5rem;
} }
// Logo button // Logo button

@ -209,7 +209,6 @@
(revealer :reveal {music-active == "true"} (revealer :reveal {music-active == "true"}
(eventbox :onhover "${EWW_CMD} update music=true" (eventbox :onhover "${EWW_CMD} update music=true"
:onhoverlost "${EWW_CMD} update music=false" :onhoverlost "${EWW_CMD} update music=false"
;; :onclick "wget ${artUrl} -O /tmp/cover.jpg; sleep 1; notify-send -i /tmp/cover.jpg '${title} - ${artist}' '${songtime}'"
(box :orientation "v" (box :orientation "v"
:space-evenly "false" :space-evenly "false"
:vexpand "false" :vexpand "false"

@ -2,7 +2,7 @@
( (
border_width: 1, border_width: 1,
margin: 16, margin: 16,
default_border_color: "#282828", default_border_color: "#d6d6d6",
focused_border_color: "#484848", focused_border_color: "#565656",
floating_border_color: "#000000", floating_border_color: "#f6f6f6",
) )

@ -66,10 +66,10 @@ set clipboard+=unnamedplus
" Theme " Theme
" set background=dark " set background=dark
colorscheme gruvbox-material colorscheme github_light
let &showbreak = '↳ ' let &showbreak = '↳ '
set laststatus=0 ruler set laststatus=0 ruler
set rnu nu " set rnu nu
hi Normal guibg=NONE ctermbg=NONE hi Normal guibg=NONE ctermbg=NONE
hi EndOfBuffer guibg=NONE ctermbg=NONE hi EndOfBuffer guibg=NONE ctermbg=NONE
@ -83,7 +83,7 @@ highlight clear LineNr
highlight LineNr ctermfg=NONE ctermbg=NONE highlight LineNr ctermfg=NONE ctermbg=NONE
" Airline " Airline
let g:airline_theme='gruvbox' let g:airline_theme='github_light'
" Color stuff " Color stuff
set encoding=UTF-8 set encoding=UTF-8

@ -0,0 +1,41 @@
# Color shortcuts
RED=$fg[red]
YELLOW=$fg[yellow]
GREEN=$fg[green]
WHITE=$fg[white]
BLUE=$fg[blue]
RED_BOLD=$fg_bold[red]
YELLOW_BOLD=$fg_bold[yellow]
GREEN_BOLD=$fg_bold[green]
WHITE_BOLD=$fg_bold[white]
BLUE_BOLD=$fg_bold[blue]
RESET_COLOR=$reset_color
# Format for git_prompt_info()
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
# Format for parse_git_dirty()
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$RED%}(*)"
ZSH_THEME_GIT_PROMPT_CLEAN=""
# Format for git_prompt_status()
ZSH_THEME_GIT_PROMPT_UNMERGED=" %{$RED%}unmerged"
ZSH_THEME_GIT_PROMPT_DELETED=" %{$RED%}deleted"
ZSH_THEME_GIT_PROMPT_RENAMED=" %{$YELLOW%}renamed"
ZSH_THEME_GIT_PROMPT_MODIFIED=" %{$YELLOW%}modified"
ZSH_THEME_GIT_PROMPT_ADDED=" %{$GREEN%}added"
ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$WHITE%}untracked"
# Format for git_prompt_ahead()
ZSH_THEME_GIT_PROMPT_AHEAD=" %{$RED%}(!)"
# Format for git_prompt_long_sha() and git_prompt_short_sha()
ZSH_THEME_GIT_PROMPT_SHA_BEFORE=" %{$WHITE%}[%{$YELLOW%}"
ZSH_THEME_GIT_PROMPT_SHA_AFTER="%{$WHITE%}]"
# Prompt format
PROMPT='
%{$BLUE%}%n@%m%{$WHITE%}:%{$YELLOW%}%~%u$(parse_git_dirty)$(git_prompt_ahead)%{$RESET_COLOR%}
%{$BLUE%}>%{$RESET_COLOR%} '
RPROMPT='%{$GREEN%}$(git_current_branch)$(git_prompt_short_sha)$(git_prompt_status)%{$RESET_COLOR%}'

@ -8,7 +8,7 @@ export ZSH="/home/elal/.oh-my-zsh"
# load a random theme each time oh-my-zsh is loaded, in which case, # load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME # to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="lambda-2" ZSH_THEME="almtech2"
# Good themes: # Good themes:
# afowler # afowler
# bira # bira

Loading…
Cancel
Save