clink_settings (1303B)
1 # name: Command to run when injected 2 # type: string 3 clink.autostart = %XDG_CONFIG_HOME%\cmd\profile.cmd 4 5 # name: Auto-update the Clink program files 6 # type: boolean 7 clink.autoupdate = False 8 9 # name: Controls what startup logo to show 10 # type: enum 11 # options: none,full,short 12 clink.logo = none 13 14 # name: Argument color 15 # type: color 16 color.arg = bold 17 18 # name: Argument info color 19 # type: color 20 color.arginfo = yellow 21 22 # name: Shell command completions 23 # type: color 24 color.cmd = bold 25 26 # name: Color for < and > redirection symbols 27 # type: color 28 color.cmdredir = bold 29 30 # name: Color for & and | command separators 31 # type: color 32 color.cmdsep = bold 33 34 # name: Color for comment row 35 # type: color 36 color.comment_row = bright white on cyan 37 38 # name: Description completion color 39 # type: color 40 color.description = bright cyan 41 42 # name: Doskey completions 43 # type: color 44 color.doskey = bold cyan 45 46 # name: Filtered completion color 47 # type: color 48 color.filtered = bold 49 50 # name: Flag color 51 # type: color 52 color.flag = default 53 54 # name: For user-interaction prompts 55 # type: color 56 color.interact = bold 57 58 # name: Message area color 59 # type: color 60 color.message = default 61 62 # name: Color for suggestion text 63 # type: color 64 color.suggestion = bright black 65 66 # name: Unexpected argument color 67 # type: color 68 color.unexpected = default 69