Change theme to plata
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
9c21c43382
commit
a8d174269d
7 changed files with 20 additions and 22 deletions
|
@ -14,10 +14,10 @@
|
|||
! ROFI Color theme
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
rofi.color-enabled: true
|
||||
rofi.color-window: #273238, #273238, #1e2529
|
||||
rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff
|
||||
rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4
|
||||
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
|
||||
rofi.color-window: #080808, #080808, #1e2529
|
||||
rofi.color-normal: #080808, #c1c1c1, #080808, #394249, #ffffff
|
||||
rofi.color-active: #080808, #80cbc4, #080808, #394249, #80cbc4
|
||||
rofi.color-urgent: #080808, #ff1844, #080808, #394249, #ff1844
|
||||
rofi.seperator-style: solid
|
||||
rofi.opacity: 100
|
||||
rofi.location: 2
|
||||
|
|
|
@ -191,34 +191,34 @@ context = ctrl+shift+period
|
|||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#171717"
|
||||
background = "#080808"
|
||||
foreground = "#a4a4a4"
|
||||
timeout = 5
|
||||
|
||||
[urgency_normal]
|
||||
background = "#171717"
|
||||
background = "#080808"
|
||||
foreground = "#a4a4a4"
|
||||
timeout = 5
|
||||
|
||||
[urgency_critical]
|
||||
background = "#171717"
|
||||
background = "#080808"
|
||||
foreground = "#a4a4a4"
|
||||
timeout = 0
|
||||
|
||||
#[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
# background = "#2e3440"
|
||||
# background = "#080808"
|
||||
# foreground = "#ECEFF4"
|
||||
# timeout = 15
|
||||
|
||||
#[urgency_normal]
|
||||
# background = "#2e3440"
|
||||
# background = "#080808"
|
||||
# foreground = "#ECEFF4"
|
||||
# timeout = 15
|
||||
|
||||
#[urgency_critical]
|
||||
# background = "#2e3440"
|
||||
# background = "#080808"
|
||||
# foreground = "#ECEFF4"
|
||||
# timeout = 20
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/severin/.config/gtk-2.0/gtkrc.mine"
|
||||
gtk-theme-name="Adapta-Nokto"
|
||||
include "/home/severin/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Plata-Noir-Compact"
|
||||
gtk-icon-theme-name="Paper-Mono-Dark"
|
||||
gtk-font-name="Noto Sans 11"
|
||||
gtk-cursor-theme-name="Paper"
|
||||
gtk-font-name="Noto Sans 13"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -10,10 +10,9 @@
|
|||
# USAGE:
|
||||
# This file is automatically used by GTK.
|
||||
|
||||
gtk-theme-name="Adapta-Nokto"
|
||||
gtk-theme-name="Plata-Noir-Compact"
|
||||
gtk-icon-theme-name="Paper-Mono-Dark"
|
||||
gtk-font-name="Noto Sans 11"
|
||||
gtk-cursor-theme-name="Paper"
|
||||
gtk-font-name="Noto Sans 13"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
# This file is automatically used by GTK.
|
||||
|
||||
[Settings]
|
||||
gtk-theme-name=Adapta-Nokto
|
||||
gtk-theme-name=Plata-Noir-Compact
|
||||
gtk-icon-theme-name=Paper-Mono-Dark
|
||||
gtk-font-name=Noto Sans 11
|
||||
gtk-font-name=Noto Sans 13
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#######################################
|
||||
[settings]
|
||||
padding = 4
|
||||
background-color = #BF222D32
|
||||
background-color = #BF080808
|
||||
foreground-color = #BFA1B0B8
|
||||
bar-height = 35
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ cursor_shape = ibeam
|
|||
foreground = #a1b0b8
|
||||
foreground_bold = #a1b0b8
|
||||
cursor = #a1b0b8
|
||||
background = rgba(38,50,56, 0.75)
|
||||
background = rgba(8, 8, 8, 0.75)
|
||||
|
||||
# black
|
||||
color0 = #252525
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue