fig icon indicating copy to clipboard operation
fig copied to clipboard

Show accurate list of Autocomplete themes in Dashboard

Open helbing opened this issue 2 years ago • 1 comments

Sanity checks

  • [X] I have searched github.com/withfig/fig/issues and there are no duplicates of my issue
  • [X] I have run fig doctor in the affected terminal session
  • [X] I have run fig restart and tested again (tell us if that fixed it)

Issue Details

Description:

I installed a theme by following the command, and it worked.

fig theme aura-dark
image

But I couldn't see this theme in the selector of themes.

image

And I run fig restart again, but it didn't fix.

Environment

fig-details:
  - desktop-version: Version 1.0.62 (B539) [Beta] [ABC]
hardware-info:
  - model: MacBook Pro
  - model-id: MacBookPro15,1
  - chip-id: 
  - cores: 6
  - mem: 16 GB
os-info:
  - macOS 12.6.0 (21G115)
environment:
  - shell: /usr/local/Cellar/fish/3.5.1/bin/fish
  - terminal: hyper
  - cwd: /
  - exe-path: /usr/local/bin/fig
  - install-method: brew
  - env-vars:
    - TERM_SESSION_ID: 6d5f04ed-7623-4e82-b904-e7ada09f650f
    - FIG_SET_PARENT: 6d5f04ed-7623-4e82-b904-e7ada09f650f
    - SHELL: /usr/local/bin/fish
    - FIG_PARENT: 
    - FIG_PID: 23271
    - FIG_INTEGRATION_VERSION: 8
    - FIG_TERM_VERSION: 2.5.3
    - FIG_TERM: 1
    - TERM: xterm-256color
    - PATH: /usr/local/Caskroom/miniconda/base/bin:/usr/local/Caskroom/miniconda/base/condabin:/Users/helbing/.local/share/node/bin:/Users/helbing/go/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Applications/VMware Fusion.app/Contents/Public:/Users/helbing/.fig/bin:/Users/helbing/.local/bin:/Users/helbing/.local/bin:/Users/helbing/.krew/bin
- integrations:
  - SSH: false
  - TMUX: false
  - iTerm: application is not present.
  - Hyper: installed!
  - Visual Studio Code: installed!
  - Docker: false

helbing avatar Oct 06 '22 07:10 helbing

Hey @helbing! Thanks for reporting. We are in the process of migrating from our legacy Swift codebase to our new Rust codebase. Seems like the settings UI does not accurately reflect the available themes.

Should be fixed soon, but in the meantime you can just run fig theme <theme> instead.

mschrage avatar Oct 06 '22 23:10 mschrage