mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-01 20:34:44 +00:00
65 lines
1.6 KiB
Plaintext
Executable file
65 lines
1.6 KiB
Plaintext
Executable file
! special
|
|
#define dracula #282a36
|
|
#define adapta #222D32
|
|
#define ubuntu #300A24
|
|
#define deepb #042947
|
|
#define deepp #141127
|
|
|
|
*.foreground: #f8f8f2
|
|
*.background: deepp
|
|
! black
|
|
*.color0: #282a36
|
|
*.color8: #4d4d4d
|
|
|
|
! red
|
|
*.color1: #ff5555
|
|
*.color9: #ff6e67
|
|
|
|
! green
|
|
*.color2: #50fa7b
|
|
*.color10: #5af78e
|
|
|
|
! yellow
|
|
*.color3: #f1fa8c
|
|
*.color11: #f4f99d
|
|
|
|
! blue
|
|
*.color4: #3c82e8
|
|
*.color12: #3c82e8
|
|
|
|
! magenta
|
|
*.color5: #bd93f9
|
|
*.color13: #caa9fa
|
|
|
|
! cyan
|
|
*.color6: #8be9fd
|
|
*.color14: #9aedfe
|
|
|
|
! white
|
|
*.color7: #bfbfbf
|
|
*.color15: #e6e6e6
|
|
|
|
*.color16: #b45bcf
|
|
*.color17: #00f769
|
|
*.color18: #3a3c4e
|
|
*.color19: #4d4f68
|
|
*.color20: #62d6e8
|
|
*.color21: #f1f2f8
|
|
|
|
#define hack Hack:pixelsize=14:antialias=true:autohint=true
|
|
#define ubuntumono Ubuntu Mono:pixelsize=16:antialias=true:autohint=true
|
|
#define dundertale Determination Mono:pixelsize=14:antialias=true:autohint=true
|
|
st.shell: /usr/bin/fish
|
|
st.xfps: 600
|
|
st.font: ubuntumono
|
|
|
|
rofi.drun-icon-theme: Haiku
|
|
rofi.show-icons: true
|
|
rofi.color-normal: argb:2c263238, #c4cbd4, argb:2c263238, #5294E2, #f9f9f9
|
|
rofi.color-urgent: argb:2c263238, #cc6666, argb:e54b5160, #a54242, #f9f9f9
|
|
rofi.color-active: argb:2c263238, #65acff, argb:e44b5160, #4491ed, #f9f9f9
|
|
rofi.color-window: argb:f2263238, #7c8389, #263238
|
|
rofi.separator-style: none
|
|
rofi.run-command: fish -c '{cmd}'
|
|
rofi.run-list-command: 'fish -c functions'
|