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