initial commit
This commit is contained in:
@@ -0,0 +1,64 @@
|
||||
! ==========================================================================
|
||||
! ~/.Xresources — Catppuccin Macchiato for legacy X clients
|
||||
! (xterm, i3lock's fallback rendering, dmenu, urxvt …)
|
||||
! ==========================================================================
|
||||
|
||||
! --- DPI: uncomment and set for HiDPI panels ------------------------------
|
||||
! Xft.dpi: 144
|
||||
|
||||
Xft.antialias: 1
|
||||
Xft.hinting: 1
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.rgba: rgb
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.autohint: 0
|
||||
|
||||
! --- cursor ----------------------------------------------------------------
|
||||
Xcursor.theme: catppuccin-macchiato-dark-cursors
|
||||
Xcursor.size: 24
|
||||
|
||||
! --- Catppuccin Macchiato palette -----------------------------------------
|
||||
#define base #24273a
|
||||
#define mantle #1e2030
|
||||
#define crust #181926
|
||||
#define text #cad3f5
|
||||
#define rosewater #f4dbd6
|
||||
#define surface1 #494d64
|
||||
#define surface2 #5b6078
|
||||
#define red #ed8796
|
||||
#define green #a6da95
|
||||
#define yellow #eed49f
|
||||
#define blue #8aadf4
|
||||
#define pink #f5bde6
|
||||
#define teal #8bd5ca
|
||||
#define subtext1 #b8c0e0
|
||||
#define subtext0 #a5adcb
|
||||
|
||||
*.foreground: text
|
||||
*.background: base
|
||||
*.cursorColor: rosewater
|
||||
|
||||
*.color0: surface1
|
||||
*.color8: surface2
|
||||
*.color1: red
|
||||
*.color9: red
|
||||
*.color2: green
|
||||
*.color10: green
|
||||
*.color3: yellow
|
||||
*.color11: yellow
|
||||
*.color4: blue
|
||||
*.color12: blue
|
||||
*.color5: pink
|
||||
*.color13: pink
|
||||
*.color6: teal
|
||||
*.color14: teal
|
||||
*.color7: subtext1
|
||||
*.color15: subtext0
|
||||
|
||||
! --- xterm -----------------------------------------------------------------
|
||||
XTerm*faceName: Inconsolata Nerd Font
|
||||
XTerm*faceSize: 12
|
||||
XTerm*termName: xterm-256color
|
||||
XTerm*selectToClipboard: true
|
||||
XTerm*saveLines: 10000
|
||||
XTerm*scrollBar: false
|
||||
Reference in New Issue
Block a user