1
0
Fork 0

Update 2019-05-28

This commit is contained in:
Nguyễn Gia Phong 2019-05-28 15:26:46 +07:00
parent 2f5a29f4df
commit 4749186d52
5 changed files with 39 additions and 38 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
vim/.cache/vim/viminfo
vim/.vim/__pycache__
vim/.vim/plugged
meta/.fonts/.uuid
meta/.config/gtk-3.0/bookmarks
awesome/.config/awesome/vicious/

View File

@ -2,7 +2,7 @@
Dotfiles of my Debian testing, managed by GNU Stow.
![](debian-screenshot.png)
![](screenshot.png)
The Debian desktop uses awesome, bash, Git, Luakit, ranger, Vim, XTerm
and Zathura. Most of these applications are themed with the

View File

@ -1,12 +1,12 @@
# Gruvbox awesome theme by McSinyx
# srcery awesome theme by McSinyx
## A few side notes
* First 9 colors in srcery palette along with orange are exposed for convenient
theming.
* The backgrounds are pixel-based, for best result please resize them using a
proper algorithim, e.g. in GIMP use *None* or *Linear* interpolation.
* Titlebar and wibox use some pixel arts, so please keep theme at the size of
22px.
* I added some 22-pixel high arrows to the theme. You might wanna use them to
rice your desktop in the *powerarrow* way.

View File

@ -17,11 +17,11 @@
local theme = {}
local color = {black = '#1C1B19', red = '#EF2F27', green = '#519F50',
yellow = '#FBB829', blue = '#2C78BF', magenta = '#E02C6D',
cyan = '#0AAEB3', white = '#918175', brightblack = '#2D2C29',
brightred = '#F75341', brightgreen = '#98BC37',
brightyellow = '#FED06E', brightblue = '#68A8E4',
brightmagenta = '#FF5C8F', brightcyan = '#53FDE9',
brightwhite = '#FCE8C3'}
cyan = '#0AAEB3', white = '#918175', orange = '#ff5f00',
brightblack = '#2D2C29', brightred = '#F75341',
brightgreen = '#98BC37', brightyellow = '#FED06E',
brightblue = '#68A8E4', brightmagenta = '#FF5C8F',
brightcyan = '#53FDE9', brightwhite = '#FCE8C3'}
-- Default settings
@ -81,7 +81,7 @@ theme.ibar_bg = theme.bg
-- Tab label
theme.tab_fg = theme.fg
theme.tab_bg = color.brightblack
theme.tab_hover_bg = color.blue
theme.tab_hover_bg = color.orange
theme.tab_ntheme = color.white
theme.selected_fg = theme.fg
theme.selected_bg = theme.bg

View File

@ -1,36 +1,36 @@
set completion-bg \#504945
set completion-fg \#fbf1c7
set completion-group-bg \#3c3836
set completion-group-fg \#ebdbb2
set completion-highlight-bg \#458588
set completion-highlight-fg \#ebdbb2
set default-fg \#ebdbb2
set default-bg \#282828
set completion-bg \#1c1b19
set completion-fg \#fce8c3
set completion-group-bg \#1c1b19
set completion-group-fg \#519f50
set completion-highlight-bg \#e02c6d
set completion-highlight-fg \#fce8c3
set default-bg \#1c1b19
set default-fg \#fce8c3
set font Latin\ Modern\ Mono\ 12
set inputbar-fg \#ebdbb2
set inputbar-bg \#282828
set notification-bg \#282828
set notification-fg \#fe8019
set notification-error-bg \#cc241d
set notification-error-fg \#282828
set notification-warning-bg \#fbf1c7
set notification-warning-fg \#282828
set statusbar-bg \#504945
set statusbar-fg \#ebdbb2
set inputbar-bg \#1c1b19
set inputbar-fg \#fce8c3
set notification-bg \#1c1b19
set notification-fg \#fbb829
set notification-error-bg \#ef2f27
set notification-error-fg \#fce8c3
set notification-warning-bg \#fce8c3
set notification-warning-fg \#1c1b19
set statusbar-bg \#2d2c29
set statusbar-fg \#fce8c3
set adjust-open width
set incremental-search false
set highlight-color \#b16286
set highlight-active-color \#689d6a
set highlight-color \#519f50
set highlight-active-color \#0aaeb3
set recolor true
set recolor-keephue true
set recolor-lightcolor \#1d2021
set recolor-darkcolor \#ebdbb2
set render-loading-bg \#282828
set render-loading-fg \#ebdbb2
set index-bg \#282828
set index-fg \#98971a
set index-active-bg \#98971a
set index-active-fg \#282828
set recolor-lightcolor \#000000
set recolor-darkcolor \#fce8c3
set render-loading-bg \#1c1b19
set render-loading-fg \#fce8c3
set index-bg \#1c1b19
set index-fg \#519f50
set index-active-bg \#519f50
set index-active-fg \#fce8c3
set guioptions ''
set show-recent 0
set smooth-scroll true