wallust

mrgrouse's configs for https://codeberg.org/explosion-mental/wallust
Log | Files | Refs | Submodules | README

colors.Xresources (2123B)


      1 ! X colors.
      2 ! Generated by 'wallust'
      3 *foreground:        {{foreground}}
      4 *background:        {{background}}
      5 *.foreground:       {{foreground}}
      6 *.background:       {{background}}
      7 emacs*foreground:   {{foreground}}
      8 emacs*background:   {{background}}
      9 URxvt*foreground:   {{foreground}}
     10 XTerm*foreground:   {{foreground}}
     11 UXTerm*foreground:  {{foreground}}
     12 XTerm*background:   {{background}}
     13 UXTerm*background:  {{background}}
     14 URxvt*cursorColor:  {{cursor}}
     15 XTerm*cursorColor:  {{cursor}}
     16 UXTerm*cursorColor: {{cursor}}
     17 
     18 ! X cursor theme
     19 Xcursor.size: 24
     20 Xcursor.theme: Sweet-cursors
     21 
     22 birdwm.normbgcolor: {{color4}}
     23 birdwm.normbordercolor: {{color4}}
     24 birdwm.normfgcolor: {{foreground}}
     25 birdwm.selbgcolor: {{color2}}
     26 birdwm.selbordercolor: {{foreground}}
     27 birdwm.selfgcolor: {{foreground}}
     28 
     29 ! Colors 0-15.
     30 *.color0: {{color0}}
     31 *color0:  {{color0}}
     32 *.color1: {{color1}}
     33 *color1:  {{color1}}
     34 *.color2: {{color2}}
     35 *color2:  {{color2}}
     36 *.color3: {{color3}}
     37 *color3:  {{color3}}
     38 *.color4: {{color4}}
     39 *color4:  {{color4}}
     40 *.color5: {{color5}}
     41 *color5:  {{color5}}
     42 *.color6: {{color6}}
     43 *color6:  {{color6}}
     44 *.color7: {{color7}}
     45 *color7:  {{color7}}
     46 *.color8: {{color8}}
     47 *color8:  {{color8}}
     48 *.color9: {{color9}}
     49 *color9:  {{color9}}
     50 *.color10: {{color10}}
     51 *color10:  {{color10}}
     52 *.color11: {{color11}}
     53 *color11:  {{color11}}
     54 *.color12: {{color12}}
     55 *color12:  {{color12}}
     56 *.color13: {{color13}}
     57 *color13:  {{color13}}
     58 *.color14: {{color14}}
     59 *color14:  {{color14}}
     60 *.color15: {{color15}}
     61 *color15:  {{color15}}
     62 
     63 ! Black color that will not be affected by bold highlighting.
     64 *.color66: {{color0}}
     65 *color66:  {{color0}}
     66 
     67 ! Xclock colors.
     68 XClock*foreground: {{foreground}}
     69 XClock*background: {{background}}
     70 
     71 ! Set depth to make transparency work.
     72 URxvt*depth: 32
     73 
     74 ! birde notify daemon
     75 birde.background_color: {{background}}
     76 birde.border_color: {{foreground}}
     77 birde.font_color: {{foreground}}
     78 birde.font_pattern: Lexend Deca:size=16
     79 birde.line_spacing: 5
     80 birde.padding: 15
     81 birde.width: 450
     82 birde.border_size: 2
     83 birde.pos_x: 30
     84 birde.pos_y: 60
     85 ! 0 = TOP_LEFT, 1 = TOP_RIGHT, 2 = BOTTOM_LEFT, 3 = BOTTOM_RIGHT
     86 birde.corner: 1
     87 birde.duration: 5