github.com/mithrandie/csvq@v1.18.1/csvq_env.json (about) 1 { 2 "datetime_format": [], 3 "timezone": "Local", 4 "ansi_quotes": false, 5 "interactive_shell": { 6 "history_file": ".csvq_history", 7 "history_limit": 500, 8 "prompt": "\u001b[34;1m@#WORKING_DIRECTORY${(IF(@#UNCOMMITTED, ' \u001b[33;1m(Uncommitted:' || @#CREATED + @#UPDATED + @#UPDATED_VIEWS || ')', ''))}\u001b[34;1m >\u001b[0m ", 9 "continuous_prompt": " > ", 10 "completion": true, 11 "kill_whole_line": false, 12 "vi_mode": false 13 }, 14 "environment_variables": {}, 15 "palette": { 16 "effectors": { 17 "label": { 18 "effects": [ 19 "Bold" 20 ], 21 "foreground": "Blue", 22 "background": null 23 }, 24 "number": { 25 "effects": [], 26 "foreground": "Magenta", 27 "background": null 28 }, 29 "string": { 30 "effects": [], 31 "foreground": "Green", 32 "background": null 33 }, 34 "boolean": { 35 "effects": [ 36 "Bold" 37 ], 38 "foreground": "Yellow", 39 "background": null 40 }, 41 "ternary": { 42 "effects": [], 43 "foreground": "Yellow", 44 "background": null 45 }, 46 "datetime": { 47 "effects": [], 48 "foreground": "Cyan", 49 "background": null 50 }, 51 "null": { 52 "effects": [], 53 "foreground": "BrightBlack", 54 "background": null 55 }, 56 "object": { 57 "effects": [ 58 "Bold" 59 ], 60 "foreground": "Green", 61 "background": null 62 }, 63 "attribute": { 64 "effects": [], 65 "foreground": "Yellow", 66 "background": null 67 }, 68 "identifier": { 69 "effects": [ 70 "Bold" 71 ], 72 "foreground": "Cyan", 73 "background": null 74 }, 75 "value": { 76 "effects": [ 77 "Bold" 78 ], 79 "foreground": "Blue", 80 "background": null 81 }, 82 "emphasis": { 83 "effects": [ 84 "Bold" 85 ], 86 "foreground": "Red", 87 "background": null 88 }, 89 "json_object_key": { 90 "effects": [ 91 "Bold" 92 ], 93 "foreground": "Blue", 94 "background": null 95 }, 96 "json_number": { 97 "effects": [], 98 "foreground": "Magenta", 99 "background": null 100 }, 101 "json_string": { 102 "effects": [], 103 "foreground": "Green", 104 "background": null 105 }, 106 "json_boolean": { 107 "effects": [ 108 "Bold" 109 ], 110 "foreground": "Yellow", 111 "background": null 112 }, 113 "json_null": { 114 "effects": [], 115 "foreground": "BrightBlack", 116 "background": null 117 }, 118 "syntax_name": { 119 "effects": [ 120 "Italic" 121 ], 122 "foreground": null, 123 "background": null 124 }, 125 "syntax_keyword": { 126 "effects": [ 127 "Bold" 128 ], 129 "foreground": "Green", 130 "background": null 131 }, 132 "syntax_link": { 133 "effects": [ 134 "Bold", 135 "Italic" 136 ], 137 "foreground": "Magenta", 138 "background": null 139 }, 140 "syntax_variable": { 141 "effects": [ 142 "Bold", 143 "Italic" 144 ], 145 "foreground": "Yellow", 146 "background": null 147 }, 148 "syntax_flag": { 149 "effects": [ 150 "Italic" 151 ], 152 "foreground": "Yellow", 153 "background": null 154 }, 155 "syntax_italic": { 156 "effects": [ 157 "Italic" 158 ], 159 "foreground": null, 160 "background": null 161 }, 162 "syntax_type": { 163 "effects": [], 164 "foreground": "BrightBlack", 165 "background": null 166 }, 167 "prompt": { 168 "effects": [], 169 "foreground": "Blue", 170 "background": null 171 }, 172 "error": { 173 "effects": [ 174 "Bold" 175 ], 176 "foreground": "Red", 177 "background": null 178 }, 179 "warn": { 180 "effects": [ 181 "Bold" 182 ], 183 "foreground": "Yellow", 184 "background": null 185 }, 186 "notice": { 187 "effects": [], 188 "foreground": "Green", 189 "background": null 190 } 191 } 192 } 193 }