Initial commit
This commit is contained in:
commit
1cb97c855d
5 changed files with 103 additions and 0 deletions
41
xresources
Executable file
41
xresources
Executable file
|
@ -0,0 +1,41 @@
|
|||
! Xft settings
|
||||
Xft.antialias: true
|
||||
|
||||
! Base16 OneDark
|
||||
! Scheme: Lalit Magant
|
||||
|
||||
*foreground: #c8ccd4
|
||||
*background: #1e222a
|
||||
*cursorColor: #abb2bf
|
||||
|
||||
! black
|
||||
*color0: #282c34
|
||||
*color8: #545862
|
||||
|
||||
! red
|
||||
*color1: #be5046
|
||||
*color9: #e06c75
|
||||
|
||||
! green
|
||||
*color2: #98c379
|
||||
*color10: #98c379
|
||||
|
||||
! yellow
|
||||
*color3: #d19a66
|
||||
*color11: #e5c07b
|
||||
|
||||
! blue
|
||||
*color4: #61afef
|
||||
*color12: #61afef
|
||||
|
||||
! magenta
|
||||
*color5: #c678dd
|
||||
*color13: #c678dd
|
||||
|
||||
! cyan
|
||||
*color6: #56b6c2
|
||||
*color14: #56b6c2
|
||||
|
||||
! white
|
||||
*color7: #abb2bf
|
||||
*color15: #c8ccd4
|
Loading…
Add table
Add a link
Reference in a new issue