this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Zed) icon theme and dock into right

+7 -1
+7 -1
home/zed/default.nix
··· 13 13 "gleam" 14 14 "0x96f" 15 15 "just" 16 + "colored-zed-icons-theme" 16 17 ]; 17 18 18 19 ## everything inside of these brackets are Zed options. ··· 37 38 alternate_scroll = "off"; 38 39 blinking = "off"; 39 40 copy_on_select = false; 40 - dock = "bottom"; 41 + dock = "right"; 41 42 detect_venv = { 42 43 on = { 43 44 directories = [".env" "env" ".venv" "venv"]; ··· 71 72 mode = "system"; 72 73 light = "0x96f Theme"; 73 74 dark = "0x96f Theme"; 75 + }; 76 + icon_theme = { 77 + mode = "system"; 78 + light = "Colored Zed Icons Theme Light"; 79 + dark = "Colored Zed Icons Theme Dark"; 74 80 }; 75 81 show_whitespaces = "boundary"; 76 82 soft_wrap = "editor_width";