A lexer would make it easier to visually distinguish the different components of a command: ``` aws [options] <command> <subcommand> [parameters] ``` ## Config File Default theme: vim ``` # visual theme. possible values: manni, igor, xcode, vim, # autumn,vs, rrt, native, perldoc, borland, tango, emacs, # friendly, monokai, paraiso-dark, colorful, murphy, bw, # pastie, paraiso-light, trac, default, fruity. # to disable themes, set theme = none theme = vim ``` ## Disable Syntax Highlighting ``` theme = none ``` ## Sample: Dark Background ``` theme = vim ```  ## Samples: Light Background ``` theme = vim ``` _Note: My terminal colors are customized which might be why we see light gray for `aws>`._  ``` theme = xcode ``` 