mirror of https://github.com/sgoudham/nvim.git
commit
d790197c82
@ -0,0 +1,3 @@
|
||||
# Xresource Themes
|
||||
|
||||
Making your generic X11 application match your Catppuccin colors is easy! Simply copy the `Xresources` file to `$HOME/.Xresources` (or anywhere else if desired) and run `xrdb ~/.Xresources`.
|
@ -0,0 +1,26 @@
|
||||
*background: #1B1623
|
||||
*foreground: #B9C4E3
|
||||
! Blacks
|
||||
*color0: #0E0C13
|
||||
*color8: #221E2F
|
||||
! Reds
|
||||
*color1: #E28D8D
|
||||
*color9: #E28D8D
|
||||
! Greens
|
||||
*color2: #ADD692
|
||||
*color10: #ADD692
|
||||
! Yellows
|
||||
*color3: #F0DC89
|
||||
*color11: #F0DC89
|
||||
! Blues
|
||||
*color4: #84A5CB
|
||||
*color13: #84A5CB
|
||||
! Magentas
|
||||
*color5: #AE9AD6
|
||||
*color14: #AE9AD6
|
||||
! Cyans
|
||||
*color6: #F0A8E4
|
||||
*color14: #F0A8E4
|
||||
! Whites
|
||||
*color7: #F0F0F5
|
||||
*color15: #F0F0F5
|
Loading…
Reference in New Issue