Light it up! v2

This commit is contained in:
Marco Thomas
2021-09-07 23:45:38 +02:00
parent bab50446dc
commit c98b3f2279
6 changed files with 34 additions and 40 deletions

View File

@@ -20,8 +20,6 @@
+ Screenshots: flameshot + Screenshots: flameshot
## Other Dependencies ## Other Dependencies
+ [Gruvbox](https://github.com/hargonix/Pop-gruvbox/): GTK Theme (clone into ~/.themes)
+ [vim-plug](https://github.com/junegunn/vim-plug): vim plugin manager
+ fcitx5 + mozc: Japanese Keyboard + fcitx5 + mozc: Japanese Keyboard
+ fzf: fuzzy file finder + fzf: fuzzy file finder
+ hunspell{-de, en}: spellchecking for emacs + hunspell{-de, en}: spellchecking for emacs

View File

@@ -1,6 +1,6 @@
! Font ! Font
XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 11 XTerm.vt100.faceSize: 9
! Remove Scrollbar ! Remove Scrollbar
XTerm.vt100.scrollBar: false XTerm.vt100.scrollBar: false
@@ -12,7 +12,7 @@ XTerm.vt100.translations: #override \n\
! Gruvbox light ! Gruvbox light
! hard contrast: *background: #f9f5d7 ! hard contrast: *background: #f9f5d7
*background: #f2e5bc *background: #f9f5d7
! soft contrast: *background: #f2e5bc ! soft contrast: *background: #f2e5bc
*foreground: #3c3836 *foreground: #3c3836
! Black + DarkGrey ! Black + DarkGrey

View File

@@ -29,7 +29,8 @@
# the top and down respectively. # the top and down respectively.
# The width can be negative. In this case the actual width is the # The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option. # screen width minus the width defined in within the geometry option.
geometry = "800x80-15+45" #geometry = "800x80-15+60"
geometry = "0x600+15+40"
# Show how many messages are currently hidden (because of geometry). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes
@@ -54,17 +55,17 @@
separator_height = 0 separator_height = 0
# Padding between text and separator. # Padding between text and separator.
padding = 20 padding = 10
# Horizontal padding. # Horizontal padding.
horizontal_padding = 20 horizontal_padding = 10
# Defines width in pixels of frame around the notification window. # Defines width in pixels of frame around the notification window.
# Set to 0 to disable. # Set to 0 to disable.
frame_width = 2 frame_width = 4
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#282828" frame_color = "#689d6a"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@@ -86,7 +87,7 @@
### Text ### ### Text ###
font = Product Sans 18 font = Product Sans 12
# The spacing between lines. If the height is smaller than the # The spacing between lines. If the height is smaller than the
# font height, it will get raised to the font height. # font height, it will get raised to the font height.
@@ -254,22 +255,22 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#282828" background = "#f9f5d7"
foreground = "#f2e5bc" foreground = "#282828"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#282828" background = "#f9f5d7"
foreground = "#f2e5bc" foreground = "#282828"
timeout = 10 timeout = 10
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#282828" background = "#f9f5d7"
foreground = "#f2e5bc" foreground = "#282828"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon

View File

@@ -9,43 +9,43 @@ set statusbar-v-padding 0
set show-scrollbars false set show-scrollbars false
# gruvbox # gruvbox
set notification-error-bg "#f2e5bc" # bg set notification-error-bg "#f9f5d7" # bg
set notification-error-fg "#9d0006" # bright:red set notification-error-fg "#9d0006" # bright:red
set notification-warning-bg "#f2e5bc" # bg set notification-warning-bg "#f9f5d7" # bg
set notification-warning-fg "#b57614" # bright:yellow set notification-warning-fg "#b57614" # bright:yellow
set notification-bg "#f2e5bc" # bg set notification-bg "#f9f5d7" # bg
set notification-fg "#79740e" # bright:green set notification-fg "#79740e" # bright:green
set completion-bg "#d5c4a1" # bg2 set completion-bg "#f9f5d7" # bg
set completion-fg "#3c3836" # fg set completion-fg "#3c3836" # fg
set completion-group-bg "#ebdbb2" # bg1 set completion-group-bg "#fbf1c7" # bg1
set completion-group-fg "#928374" # gray set completion-group-fg "#928374" # gray
set completion-highlight-bg "#076678" # bright:blue set completion-highlight-bg "#689d6a" # aqua
set completion-highlight-fg "#d5c4a1" # bg2 set completion-highlight-fg "#ebdbb2" # bg2
# Define the color in index mode # Define the color in index mode
set index-bg "#d5c4a1" # bg2 set index-bg "#ebdbb2" # bg2
set index-fg "#3c3836" # fg set index-fg "#3c3836" # fg
set index-active-bg "#076678" # bright:blue set index-active-bg "#689d6a" # aqua
set index-active-fg "#d5c4a1" # bg2 set index-active-fg "#ebdbb2" # bg2
set inputbar-bg "#f2e5bc" # bg set inputbar-bg "#f9f5d7" # bg
set inputbar-fg "#3c3836" # fg set inputbar-fg "#3c3836" # fg
set statusbar-bg "#d5c4a1" # bg2 set statusbar-bg "#f9f5d7" # bg
set statusbar-fg "#3c3836" # fg set statusbar-fg "#3c3836" # fg
set highlight-color "#b57614" # bright:yellow set highlight-color "#b57614" # bright:yellow
set highlight-active-color "#af3a03" # bright:orange set highlight-active-color "#af3a03" # bright:orange
set default-bg "#f2e5bc" # bg set default-bg "#f9f5d7" # bg
set default-fg "#3c3836" # fg set default-fg "#3c3836" # fg
set render-loading true set render-loading true
set render-loading-bg "#f2e5bc" # bg set render-loading-bg "#f9f5d7" # bg
set render-loading-fg "#3c3836" # fg set render-loading-fg "#3c3836" # fg
# Recolor book content's color # Recolor book content's color
set recolor-lightcolor "#f2e5bc" # bg set recolor-lightcolor "#f9f5d7" # bg
set recolor-darkcolor "#3c3836" # fg set recolor-darkcolor "#3c3836" # fg
set recolor "true" set recolor "true"
set recolor-keephue "true" set recolor-keephue "true"

View File

@@ -23,8 +23,3 @@ export QT_IM_MODULE='fcitx'
export SDL_IM_MODULE='fcitx' export SDL_IM_MODULE='fcitx'
export XMODIFIERS='@im=fcitx' export XMODIFIERS='@im=fcitx'
export WINIT_UNIX_BACKEND=x11 export WINIT_UNIX_BACKEND=x11
# gtk and qt theme - requires https://github.com/hargonix/Pop-gruvbox/ in ~/.themes
#export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
#export GTK_THEME=Pop-gruvbox:light
#export QT_QPA_PLATFORMTHEME="gtk2"

View File

@@ -24,10 +24,10 @@ setw -g pane-base-index 1
bind-key r source-file ~/.tmux.conf bind-key r source-file ~/.tmux.conf
# colors # colors
BG1="#ebdbb2" BG1="#f9f5d7"
BG2="#7c6f64" BG2="#a89984"
BG3="#d5c4a1" BG3="#ebdbb2"
FG1="#f2e5bc" FG1="#f9f5d7"
set-option -g status "on" set-option -g status "on"