Skip to content

Instantly share code, notes, and snippets.

@cocopon
Last active February 15, 2023 02:22
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cocopon/1d481941907d12db7a0df2f8806cfd41 to your computer and use it in GitHub Desktop.
Save cocopon/1d481941907d12db7a0df2f8806cfd41 to your computer and use it in GitHub Desktop.
.Xresources for Iceberg
! special
*.foreground: #c6c8d1
*.background: #161821
*.cursorColor: #c6c8d1
! black
*.color0: #1e2132
*.color8: #6b7089
! red
*.color1: #e27878
*.color9: #e98989
! green
*.color2: #b4be82
*.color10: #c0ca8e
! yellow
*.color3: #e2a478
*.color11: #e9b189
! blue
*.color4: #84a0c6
*.color12: #91acd1
! magenta
*.color5: #a093c7
*.color13: #ada0d3
! cyan
*.color6: #89b8c2
*.color14: #95c4ce
! white
*.color7: #c6c8d1
*.color15: #d2d4de
! special
*.background: #e8e9ec
*.foreground: #33374c
*.cursorColor: #33374c
! black
*.color0: #dcdfe7
*.color8: #8389a3
! red
*.color1: #cc517a
*.color9: #cc3768
! green
*.color2: #668e3d
*.color10: #598030
! yellow
*.color3: #c57339
*.color11: #b6662d
! blue
*.color4: #2d539e
*.color12: #22478e
! magenta
*.color5: #7759b4
*.color13: #6845ad
! cyan
*.color6: #3f83a6
*.color14: #327698
! white
*.color7: #33374c
*.color15: #262a3f
@cocopon
Copy link
Author

cocopon commented Nov 16, 2017

@mikepqr
Copy link

mikepqr commented Jul 7, 2020

Here's the same version for the light version of the theme:

! special
*.background:   #e8e9ec
*.foreground:   #33374c
*.cursorColor: #33374c

! black
*.color0:       #dcdfe7
*.color8:       #8389a3

! red
*.color1:       #cc517a
*.color9:       #cc3768

! green
*.color2:       #668e3d
*.color10:      #598030

! yellow
*.color3:       #c57339
*.color11:      #b6662d

! blue
*.color4:       #2d539e
*.color12:      #22478e

! magenta
*.color5:       #7759b4
*.color13:      #6845ad

! cyan
*.color6:       #3f83a6
*.color14:      #327698

! white
*.color7:       #33374c
*.color15:      #262a3f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment