themes
themes copied to clipboard
bug: Solarized Light theme highlight doesn't match preview
Checks
- [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
- [X] I have run
fig doctorin the affected terminal session - [X] I have run
fig restartand replicated the issue again
Operating system
macOS 13.3.1 (22E261)
Expected behaviour
The highlight for a selection in fig when using Solarized Light theme matches preview in settings:

Actual behaviour
The highlight is blue, kind of like MacOS right click menu blue; often hard to see the highlighted option:
Steps to reproduce
- Set theme to solarized light
- open terminal or vscode
- start typing, see fig pop up
- highlighted option in fig is not what's expected
Environment
fig-details:
- 2.15.0
hardware-info:
- model:
- model-id:
- chip-id: Apple M1 Pro
- cores: 8
- mem: 16.00 GB
os-info:
- macOS 13.3.1 (22E261)
environment:
- shell: /bin/zsh
- terminal: vscode
- cwd: /Users/achristmascarl/Code/Gatherly/poorManVR
- exe-path: /opt/homebrew/bin/fig
- install-method: brew
- env-vars:
- FIGTERM_SESSION_ID: 8b3d7c59-4127-4b45-b849-2b7e4222f850
- FIG_SET_PARENT_CHECK: 1
- FIG_TERM: 2.15.0
- PATH: /Users/achristmascarl/.local/share/fig/plugins/git-open:/Users/achristmascarl/opt/anaconda3/bin:/Users/achristmascarl/opt/anaconda3/condabin:/Users/achristmascarl/.nvm/versions/node/v18.15.0/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/achristmascarl/.fig/bin:/Users/achristmascarl/.local/bin
- SHELL: /bin/zsh
- TERM: xterm-256color
- ZDOTDIR: /Users/achristmascarl
- __CFBundleIdentifier: com.microsoft.VSCode
- FIG_PID: 39739
- FIG_SET_PARENT: 8b3d7c59-4127-4b45-b849-2b7e4222f850
You can modify all Fig themes by going to ~/Library/Application\ Support/fig/themes/themes/
oh nice; thanks @mschrage!