removed trasparency from popup menus
This commit is contained in:
parent
8a5a751b99
commit
8960bee49a
2 changed files with 121 additions and 89 deletions
48
.Xresources
48
.Xresources
|
@ -1,4 +1,7 @@
|
|||
! catppuccin color scheme
|
||||
*.background: #24273A
|
||||
*.foreground: #CAD3F5
|
||||
*.cursorColor: #F4DBD6
|
||||
*.color0: #494D64
|
||||
*.color8: #5B6078
|
||||
*.color1: #ED8796
|
||||
|
@ -15,12 +18,44 @@
|
|||
*.color14: #8BD5CA
|
||||
*.color7: #B8C0E0
|
||||
*.color15: #A5ADCB
|
||||
*.background: #24273A
|
||||
*.foreground: #CAD3F5
|
||||
*.cursorColor: #F4DBD6
|
||||
|
||||
! gruvbox light color scheme
|
||||
! contrast alternative #FBF1C7
|
||||
! gruvbox dark color scheme
|
||||
! hard contrast:
|
||||
! *.background: #1D2021
|
||||
! soft contrast:
|
||||
! *.background: #32302F
|
||||
! deafult contrast:
|
||||
! *.background: #282828
|
||||
! *.foreground: #EBDBB2
|
||||
! *.cursorColor: #EBDBB2
|
||||
! *.color0: #282828
|
||||
! *.color8: #928374
|
||||
! *.color1: #CC241D
|
||||
! *.color9: #FB4934
|
||||
! *.color2: #98971A
|
||||
! *.color10: #B8BB26
|
||||
! *.color3: #D79921
|
||||
! *.color11: #FABD2F
|
||||
! *.color4: #458588
|
||||
! *.color12: #83A598
|
||||
! *.color5: #B16286
|
||||
! *.color13: #D3869B
|
||||
! *.color6: #689D6A
|
||||
! *.color14: #8EC07C
|
||||
! *.color7: #A89984
|
||||
! *.color15: #EBDBB2
|
||||
|
||||
|
||||
|
||||
!! gruvbox light color scheme
|
||||
!! hard contrast:
|
||||
!! *.background: #F9F5D7
|
||||
!! soft contrast:
|
||||
!! *.background: #F2E5BC
|
||||
!! default contrast:
|
||||
!*.background: #FBF1C7
|
||||
!*.foreground: #3C3836
|
||||
!*.cursorColor: #3C3836
|
||||
!*.color0: #F9F5D7
|
||||
!*.color8: #928374
|
||||
!*.color1: #CC241D
|
||||
|
@ -37,6 +72,3 @@
|
|||
!*.color14: #427B58
|
||||
!*.color7: #7C6F64
|
||||
!*.color15: #3C3836
|
||||
!*.background: #F9F5D7
|
||||
!*.foreground: #3C3836
|
||||
!*.cursorColor: #3C3836
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue