nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

eza (4151B)


      1 colourful: true
      2 
      3 # base colors
      4 define: &bg_main "#0d1612"
      5 define: &bg_dim = "#13281e"
      6 define: &bg_alt = "#081210"
      7 define: &fg_main = "#d6deeb"
      8 define: &fg_dim = "#637777"
      9 define: &fg_alt = "#a7b9d0"
     10 define: &border = "#1d3b2e"
     11 define: &border_highlight = "#5f8f87"
     12 
     13 # foreground colors
     14 define: &red "#ef5350"
     15 define: &red_warmer "#f78c6c"
     16 define: &red_cooler "#ff5874"
     17 define: &red_faint "#ec9a93"
     18 define: &green "#22da6e"
     19 define: &green_warmer "#addb67"
     20 define: &green_cooler "#21c7a8"
     21 define: &green_faint "#82c4a0"
     22 define: &yellow "#ecc48d"
     23 define: &yellow_warmer "#ffeb95"
     24 define: &yellow_cooler "#ecc48d"
     25 define: &yellow_faint "#c9b58a"
     26 define: &blue "#7fdbca"
     27 define: &blue_warmer "#7fdbca"
     28 define: &blue_cooler "#7fdbca"
     29 define: &blue_faint "#9ec9d6"
     30 define: &magenta "#c792ea"
     31 define: &magenta_warmer "#d7aaff"
     32 define: &magenta_cooler "#c792ea"
     33 define: &magenta_faint "#bca0d8"
     34 define: &cyan "#21c7a8"
     35 define: &cyan_warmer "#7fdbca"
     36 define: &cyan_cooler "#7fdbca"
     37 define: &cyan_faint "#9ec9d6"
     38 define: &rust "#f78c6c"
     39 define: &gold "#ecc48d"
     40 define: &olive "#addb67"
     41 define: &slate "#5f8f87"
     42 define: &indigo "#7fdbca"
     43 define: &maroon "#c792ea"
     44 define: &pink "#d6a9e0"
     45 
     46 filekinds:
     47   normal: {foreground: *fg_main}
     48   directory: {foreground: *blue_warmer}
     49   symlink: {foreground: *blue}
     50   pipe: {foreground: *fg_dim}
     51   block_device: {foreground: *magenta_cooler}
     52   char_device: {foreground: *yellow_warmer}
     53   socket: {foreground: *magenta}
     54   special: {foreground: *pink}
     55   executable: {foreground: *green}
     56   mount_point: {foreground: *cyan}
     57 
     58 perms:
     59   user_read: {foreground: *fg_dim}
     60   user_write: {foreground: *red}
     61   user_execute_file: {foreground: *green}
     62   user_execute_other: {foreground: *green}
     63   group_read: {foreground: *fg_dim}
     64   group_write: {foreground: *red}
     65   group_execute: {foreground: *green}
     66   other_read: {foreground: *fg_dim}
     67   other_write: {foreground: *red}
     68   other_execute: {foreground: *green}
     69   special_user_file: {foreground: *magenta_cooler}
     70   special_other: {foreground: *red}
     71   attribute: {foreground: *pink}
     72 
     73 size:
     74   major: {foreground: *fg_dim}
     75   minor: {foreground: *blue_warmer}
     76   number_byte: {foreground: *pink}
     77   number_kilo: {foreground: *rust}
     78   number_mega: {foreground: *blue_warmer}
     79   number_giga: {foreground: *magenta_cooler}
     80   number_huge: {foreground: *magenta}
     81   unit_byte: {foreground: *pink}
     82   unit_kilo: {foreground: *rust}
     83   unit_mega: {foreground: *blue_warmer}
     84   unit_giga: {foreground: *magenta_cooler}
     85   unit_huge: {foreground: *magenta}
     86 
     87 users:
     88   user_you: {foreground: *yellow_warmer}
     89   user_root: {foreground: *red}
     90   user_other: {foreground: *magenta_cooler}
     91   group_yours: {foreground: *pink}
     92   group_other: {foreground: *fg_dim}
     93   group_root: {foreground: *red}
     94 
     95 links:
     96   normal: {foreground: *blue}
     97   multi_link_file: {foreground: *cyan}
     98 
     99 git:
    100   new: {foreground: *green}
    101   modified: {foreground: *yellow_warmer}
    102   deleted: {foreground: *red}
    103   renamed: {foreground: *cyan}
    104   typechange: {foreground: *magenta_cooler}
    105   ignored: {foreground: *pink}
    106   conflicted: {foreground: *magenta}
    107 
    108 git_repo:
    109   branch_main: {foreground: *fg_dim}
    110   branch_other: {foreground: *magenta_cooler}
    111   git_clean: {foreground: *green}
    112   git_dirty: {foreground: *red}
    113 
    114 security_context:
    115   colon: {foreground: *fg_dim}
    116   user: {foreground: *blue_warmer}
    117   role: {foreground: *magenta_cooler}
    118   typ: {foreground: *pink}
    119   range: {foreground: *magenta_cooler}
    120 
    121 file_type:
    122   image: {foreground: *yellow_warmer}
    123   video: {foreground: *magenta}
    124   music: {foreground: *blue_warmer}
    125   lossless: {foreground: *cyan}
    126   crypto: {foreground: *pink}
    127   document: {foreground: *fg_dim}
    128   compressed: {foreground: *magenta_cooler}
    129   temp: {foreground: *yellow_warmer}
    130   compiled: {foreground: *cyan}
    131   build: {foreground: *pink}
    132   source: {foreground: *green}
    133 
    134 punctuation: {foreground: *pink}
    135 date: {foreground: *cyan}
    136 inode: {foreground: *fg_dim}
    137 blocks: {foreground: *pink}
    138 header: {foreground: *fg_dim}
    139 octal: {foreground: *blue_warmer}
    140 flags: {foreground: *magenta_cooler}
    141 
    142 symlink_path: {foreground: *blue}
    143 control_char: {foreground: *cyan}
    144 broken_symlink: {foreground: *red}
    145 broken_path_overlay: {foreground: *pink}