Update ayu color scheme
This commit is contained in:
parent
bc4b78baf5
commit
55227db1fb
@ -7,12 +7,12 @@
|
||||
! *.background: [95]#1f2430
|
||||
|
||||
*.foreground: #D9D7CE
|
||||
*.background: #212733
|
||||
*.background: #0F1419
|
||||
*.cursorColor: #ffcc66
|
||||
|
||||
! Black
|
||||
|
||||
*.color0: #212733
|
||||
*.color0: #1f2430
|
||||
*.color8: #292b30
|
||||
|
||||
! Red
|
||||
|
@ -23,7 +23,7 @@ env:
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x212733'
|
||||
background: '0x0F1419'
|
||||
foreground: '0xD9D7CE'
|
||||
|
||||
# Normal colors
|
||||
|
@ -483,7 +483,7 @@ focus_follows_mouse $i3-wm.gaps.focus_follows_mouse
|
||||
###############################################################################
|
||||
|
||||
# Create variables from Xresources for i3's look.
|
||||
set_from_resource $focused.color.border i3-wm.client.focused.color.border "#2E3440"
|
||||
set_from_resource $focused.color.border i3-wm.client.focused.color.border "#0F1419"
|
||||
set_from_resource $focused.color.background i3-wm.client.focused.color.background "#88C0D0"
|
||||
set_from_resource $focused.color.text i3-wm.client.focused.color.text "#fdf6e3"
|
||||
set_from_resource $focused.color.indicator i3-wm.client.focused.color.indicator "#268bd2"
|
||||
|
@ -51,7 +51,7 @@ Plug 'skanehira/docker-compose.vim'
|
||||
Plug 'chr4/nginx.vim'
|
||||
|
||||
" Ayu color scheme
|
||||
Plug 'ayu-theme/ayu-vim'
|
||||
Plug 'TanguyHerbron/ayu-vim'
|
||||
|
||||
" Nvim in the browser
|
||||
Plug 'glacambre/firenvim', {'do': { _ -> firenvim#install(0) }}
|
||||
|
@ -15,9 +15,24 @@
|
||||
;; Active Colors
|
||||
bg = ${xrdb:background}
|
||||
fg = ${xrdb:foreground}
|
||||
ac = #FFCC66
|
||||
sbg = #343F4C
|
||||
ac = $(xrdb:cursorColor}
|
||||
|
||||
black = ${xrdb:color0}
|
||||
dblack = ${xrdb:color8}
|
||||
red = ${xrdb:color1}
|
||||
dred = ${xrdb:color9}
|
||||
green = ${xrdb:color2}
|
||||
dgreen = ${xrdb:color10}
|
||||
yellow = ${xrdb:color3}
|
||||
dyellow = ${xrdb:color11}
|
||||
blue = ${xrdb:color4}
|
||||
dblue = ${xrdb:color12}
|
||||
magenta = ${xrdb:color5}
|
||||
dmagenta = ${xrdb:color13}
|
||||
cyan = ${xrdb:color6}
|
||||
dcyan = ${xrdb:color14}
|
||||
white = ${xrdb:color7}
|
||||
dwhite = ${xrdb:color15}
|
||||
;; Bars
|
||||
bi = #00BCD4
|
||||
be = #00BCD4
|
||||
@ -38,31 +53,31 @@ bd = #e53935
|
||||
;bm = #fdd835
|
||||
;bd = #e53935
|
||||
|
||||
trans = #00000000
|
||||
white = #FFFFFF
|
||||
black = #000000
|
||||
; trans = #00000000
|
||||
; white = #FFFFFF
|
||||
; black = #000000
|
||||
|
||||
;; Material Colors
|
||||
|
||||
red = #e53935
|
||||
pink = #d81b60
|
||||
purple = #8e24aa
|
||||
deep-purple = #5e35b1
|
||||
indigo = #3949ab
|
||||
blue = #1e88e5
|
||||
light-blue = #039be5
|
||||
cyan = #00acc1
|
||||
teal = #00897b
|
||||
green = #43a047
|
||||
light-green = #7cb342
|
||||
lime = #c0ca33
|
||||
yellow = #fdd835
|
||||
amber = #ffb300
|
||||
orange = #fb8c00
|
||||
deep-orange = #f4511e
|
||||
brown = #6d4c41
|
||||
grey = #757575
|
||||
blue-gray = #546e7a
|
||||
; red = #e53935
|
||||
; pink = #d81b60
|
||||
; purple = #8e24aa
|
||||
; deep-purple = #5e35b1
|
||||
; indigo = #3949ab
|
||||
; blue = #1e88e5
|
||||
; light-blue = #039be5
|
||||
; cyan = #00acc1
|
||||
; teal = #00897b
|
||||
; green = #43a047
|
||||
; light-green = #7cb342
|
||||
; lime = #c0ca33
|
||||
; yellow = #fdd835
|
||||
; amber = #ffb300
|
||||
; orange = #fb8c00
|
||||
; deep-orange = #f4511e
|
||||
; brown = #6d4c41
|
||||
; grey = #757575
|
||||
; blue-gray = #546e7a
|
||||
|
||||
;; Material Colors Shades
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user