12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- window:
- decorations: none
- font:
- normal:
- family: Iosevka
- colors:
- primary:
- background: '#292929'
- foreground: '#d3d7cf'
- normal:
- black: '#292929'
- red: '#ff5c57'
- green: '#5af78e'
- yellow: '#ffd787'
- blue: '#00afff'
- magenta: '#bd93f9'
- cyan: '#00ffff'
- white: '#d3d7cf'
- indexed_colors:
- - { index: 100, color: '#364045' }
- - { index: 108, color: '#db9d3b' }
- - { index: 101, color: '#892b30' }
- - { index: 102, color: '#1c9867' }
- - { index: 103, color: '#db9d3b' }
- - { index: 104, color: '#db9d3b' }
- - { index: 105, color: '#892b30' }
- - { index: 106, color: '#317b9f' }
- - { index: 107, color: '#5d3636' }
- - { index: 109, color: '#892b30' }
- - { index: 110, color: '#1c9867' }
- - { index: 111, color: '#db9d3b' }
- - { index: 112, color: '#db9d3b' }
- - { index: 113, color: '#892b30' }
- - { index: 114, color: '#317b9f' }
- - { index: 115, color: '#5d3636' }
- background_opacity: 0.95
- selection:
- save_to_clipboard: false
- cursor:
- style: Beam
- mouse:
- url:
- launcher:
- program: firefox-wayland
- modifiers: Control
|