go back to gruvbox!
This commit is contained in:
parent
4b3798c75f
commit
69f9e395ae
9 changed files with 79 additions and 84 deletions
|
@ -380,7 +380,7 @@ schemes:
|
|||
cyan: '#54ced6'
|
||||
white: '#282a2e'
|
||||
|
||||
colors: *tokyo-night
|
||||
colors: *gruvbox-dark
|
||||
|
||||
## Set environment variables
|
||||
env:
|
||||
|
|
|
@ -15,65 +15,65 @@ theme.font = "mononoki Nerd Font 13"
|
|||
--- }}}
|
||||
|
||||
-- {{{ bar colors
|
||||
theme.bar_bg_one = "#f7768e"
|
||||
theme.bar_bg_two = "#e0af68"
|
||||
theme.bar_bg_tre = "#9ece6a"
|
||||
theme.bar_bg_for = "#7aa2f7"
|
||||
theme.bar_bg_fiv = "#bb9af7"
|
||||
theme.bar_clock = "#41a6b5"
|
||||
theme.bar_bg_one = "#cc241d"
|
||||
theme.bar_bg_two = "#d79921"
|
||||
theme.bar_bg_tre = "#98971a"
|
||||
theme.bar_bg_for = "#458588"
|
||||
theme.bar_bg_fiv = "#b16286"
|
||||
theme.bar_clock = "#504945"
|
||||
--- }}}
|
||||
|
||||
-- {{{ Colors
|
||||
theme.fg_normal = "#243b26"
|
||||
theme.fg_focus = "#a9b1d6"
|
||||
theme.fg_urgent = "#c0caf5"
|
||||
theme.bg_normal = "#1a1b26"
|
||||
theme.bg_focus = "#24283b"
|
||||
theme.bg_urgent = "#24283b"
|
||||
theme.fg_normal = "#ebdbb2"
|
||||
theme.fg_focus = "#fbf1c7"
|
||||
theme.fg_urgent = "#fb4934"
|
||||
theme.bg_normal = "#1d2021"
|
||||
theme.bg_focus = "#3c3836"
|
||||
theme.bg_urgent = "#504945"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Borders
|
||||
beautiful.gap_single_client = false
|
||||
theme.useless_gap = dpi(0)
|
||||
theme.border_width = dpi(0.5)
|
||||
theme.border_normal = "#363b58"
|
||||
theme.border_focus = "#7aa2f7"
|
||||
theme.border_marked = "#7aa2f7"
|
||||
theme.border_normal = "#504945"
|
||||
theme.border_focus = "#cc241d"
|
||||
theme.border_marked = "#cc241d"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Taglist
|
||||
theme.taglist_font = "mononoki Nerd Font Mono 28"
|
||||
theme.taglist_bg = "#24283b"
|
||||
theme.taglist_fg_focus = "#d5d6db"
|
||||
theme.taglist_fg_occupied = "#9aa5ce"
|
||||
theme.taglist_fg_urgent = "#f7758e"
|
||||
theme.taglist_fg_empty = "#565f89"
|
||||
theme.taglist_bg = "#3c3836"
|
||||
theme.taglist_fg_focus = "#fb4934"
|
||||
theme.taglist_fg_occupied = "#689d6a"
|
||||
theme.taglist_fg_urgent = "#cc241d"
|
||||
theme.taglist_fg_empty = "#928374"
|
||||
theme.taglist_spacing = 5
|
||||
-- }}}
|
||||
|
||||
-- {{{ Notifications
|
||||
theme.notification_font = "mononoki Nerd Font 12"
|
||||
theme.notification_bg = "#24283b"
|
||||
theme.notification_bg_alt = "#414868"
|
||||
theme.notification_fg = "#c0caf5"
|
||||
theme.notification_fg_alt = "#1a1b26"
|
||||
theme.notification_critical = "#f7768e"
|
||||
theme.notification_bg = "#1d2021"
|
||||
theme.notification_bg_alt = "#282828"
|
||||
theme.notification_fg = "#ebdbb2"
|
||||
theme.notification_fg_alt = "#282828"
|
||||
theme.notification_critical = "#fb4934"
|
||||
theme.notification_shape = gears.shape.rounded_rect
|
||||
-- }}}
|
||||
|
||||
-- {{{ Hotkeys Popup
|
||||
theme.hotkeys_bg = "#1a1b26"
|
||||
theme.hotkeys_fg = "#a9b1d6"
|
||||
theme.hotkeys_modifiers_fg = "#41a6b5"
|
||||
theme.hotkeys_label_bg = "#e0af68"
|
||||
theme.hotkeys_label_fg = "#1a1b26"
|
||||
theme.hotkeys_bg = "#1d2021"
|
||||
theme.hotkeys_fg = "#ebdbb2"
|
||||
theme.hotkeys_modifiers_fg = "#458588"
|
||||
theme.hotkeys_label_bg = "#d79921"
|
||||
theme.hotkeys_label_fg = "#1d2021"
|
||||
theme.hotkeys_group_margin = dpi(20)
|
||||
theme.hotkeys_description_font = "mononoki Nerd Font 12"
|
||||
theme.hotkeys_font = "mononoki Nerd Font 12"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Mouse finder
|
||||
theme.mouse_finder_color = "#f7768e"
|
||||
theme.mouse_finder_color = "#fb4934"
|
||||
theme.mouse_finder_radius = dpi(5)
|
||||
theme.mouse_finder_timeout = 10
|
||||
-- }}}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Tokyonight-Dark-BL
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-theme-name=gruvbox-dark-gtk
|
||||
gtk-icon-theme-name=gruvbox-dark-icons-gtk
|
||||
gtk-font-name=mononoki Nerd Font 10
|
||||
gtk-cursor-theme-name=Simp1e-Tokyo-Night
|
||||
gtk-cursor-theme-name=Simp1e-Gruvbox-Dark
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -16,7 +16,7 @@ configuration{
|
|||
dpi: 100;
|
||||
}
|
||||
|
||||
@theme "tokyonight"
|
||||
@theme "gruvbox-dark"
|
||||
|
||||
element-text, element-icon , mode-switcher {
|
||||
background-color: inherit;
|
||||
|
@ -43,7 +43,7 @@ inputbar {
|
|||
}
|
||||
|
||||
prompt {
|
||||
background-color: @blue;
|
||||
background-color: @red;
|
||||
padding: 3px;
|
||||
text-color: @bg-col;
|
||||
border-radius: 3px;
|
||||
|
@ -73,7 +73,7 @@ listview {
|
|||
element {
|
||||
padding: 5px;
|
||||
background-color: @bg-col;
|
||||
text-color: @blue;
|
||||
text-color: @grey;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
|
|
16
user/.config/rofi/themes/gruvbox-dark.rasi
Normal file
16
user/.config/rofi/themes/gruvbox-dark.rasi
Normal file
|
@ -0,0 +1,16 @@
|
|||
* {
|
||||
bg-col: #1d2021;
|
||||
bg-col-light: #282828;
|
||||
border-col: #504945;
|
||||
selected-col: #3c3836;
|
||||
blue: #458588;
|
||||
fg-col: #ebdbb2;
|
||||
fg-col2: #ebdbb2;
|
||||
grey: #928374;
|
||||
width: 600;
|
||||
selected: #ebdbb2;
|
||||
red: #fb4934;
|
||||
green: #98971a;
|
||||
empty: #3c3836;
|
||||
inactive: #928374;
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
* {
|
||||
bg-col: #1a1b26;
|
||||
bg-col-light: #272834;
|
||||
border-col: #7aa2f7;
|
||||
selected-col: #282e49;
|
||||
blue: #80a8fd;
|
||||
fg-col: #abb2bf;
|
||||
fg-col2: #e06c75;
|
||||
grey: #565c64;
|
||||
width: 600;
|
||||
selected: #caaa6a;
|
||||
red: #ce7284;
|
||||
green: #7dc5a0;
|
||||
empty: #5b668e;
|
||||
inactive: #4a5374;
|
||||
}
|
|
@ -5,36 +5,36 @@
|
|||
## /_____/_/ \__,_/_/|_|\___/ My custom zathura config
|
||||
##
|
||||
|
||||
set font "mononoki Nerd Font 10"
|
||||
set default-bg "#1a1b26" #00
|
||||
set default-fg "#a9b1d6" #01
|
||||
set font "mononoki Nerd Font 9"
|
||||
set default-bg "#262626" #00
|
||||
set default-fg "#ebdbb2" #01
|
||||
|
||||
set statusbar-fg "#a9b1d6" #04
|
||||
set statusbar-bg "#1a1b26" #01
|
||||
set statusbar-fg "#ebdbb2" #04
|
||||
set statusbar-bg "#262626" #01
|
||||
|
||||
set inputbar-bg "#1a1b26" #00 currently not used
|
||||
set inputbar-fg "#a9b1d6" #02
|
||||
set inputbar-bg "#262626" #00 currently not used
|
||||
set inputbar-fg "#ebdbb2" #02
|
||||
|
||||
set notification-error-bg "#1a1b26" #08
|
||||
set notification-error-fg "#f7768e" #00
|
||||
set notification-error-bg "#262626" #08
|
||||
set notification-error-fg "#cc241d" #00
|
||||
|
||||
set notification-warning-bg "#1a1b26" #08
|
||||
set notification-warning-fg "#e0af68" #00
|
||||
set notification-warning-bg "#262626" #08
|
||||
set notification-warning-fg "#d79921" #00
|
||||
|
||||
set highlight-color "#1a1b26" #0A
|
||||
set highlight-active-color "#a9b1d6" #0D
|
||||
set highlight-color "#262626" #0A
|
||||
set highlight-active-color "#ebdbb2" #0D
|
||||
|
||||
set completion-highlight-fg "#787c99" #02
|
||||
set completion-highlight-bg "#7aa2f7" #0C
|
||||
set completion-highlight-fg "#4e4e4e" #02
|
||||
set completion-highlight-bg "#87afaf" #0C
|
||||
|
||||
set completion-bg "#787c99" #02
|
||||
set completion-fg "#a9b1d6" #0C
|
||||
set completion-bg "#4e4e4e" #02
|
||||
set completion-fg "#ebdbb2" #0C
|
||||
|
||||
set notification-bg "#1a1b26" #0B
|
||||
set notification-fg "#41a6b5" #00
|
||||
set notification-bg "#262626" #0B
|
||||
set notification-fg "#458588" #00
|
||||
|
||||
set recolor-lightcolor "#1a1b26" #00
|
||||
set recolor-darkcolor "#a9b1d6" #06
|
||||
set recolor-lightcolor "#262626" #00
|
||||
set recolor-darkcolor "#ebdbb2" #06
|
||||
set recolor "true"
|
||||
|
||||
# setting recolor-keep true will keep any color your pdf has.
|
||||
|
@ -52,4 +52,3 @@ map [fullscreen] j scroll down
|
|||
map [fullscreen] k scroll up
|
||||
map [fullscreen] h navigate previous
|
||||
map [fullscreen] l navigate next
|
||||
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/drk/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Tokyonight-Dark-BL"
|
||||
gtk-icon-theme-name="Papirus-Dark"
|
||||
gtk-theme-name="gruvbox-dark-gtk"
|
||||
gtk-icon-theme-name="gruvbox-dark-icons-gtk"
|
||||
gtk-font-name="mononoki Nerd Font 10"
|
||||
gtk-cursor-theme-name="Simp1e-Tokyo-Night"
|
||||
gtk-cursor-theme-name="Simp1e-Gruvbox-Dark"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
[Icon Theme]
|
||||
Name=Default
|
||||
Comment=Default Cursor Theme
|
||||
Inherits=Simp1e-Tokyo-Night
|
||||
Inherits=Simp1e-Gruvbox-Dark
|
||||
|
|
Loading…
Reference in a new issue