Imgkl / the-dark-side

True Dark Theme for Zed IDE
MIT License
41 stars 3 forks source link

Default Theme font different #5

Closed fus38xid closed 1 month ago

fus38xid commented 1 month ago

Hello, i just installed your theme and the font is different compared to the font on the images on the github page. However this also could be a fault on my end. please lmk if you have a fix for it :)

Screenshot from 2024-10-09 20-13-56

Imgkl commented 1 month ago

Hey @fus38xid,

The font, I used on the screenshot was JetBrains Mono. On Themes, AFAIK, we currently can't bundle fonts.

Here is the settings json for your reference. Install the JetBrains Mono font and update your settings. It should reflect fine.

{
  "assistant": {
    "default_model": {
      "provider": "openai",
      "model": "gpt-4o"
    },
    "version": "2"
  },
  "collaboration_panel": {
    "dock": "right"
  },
  "base_keymap": "VSCode",
  "theme": "The Dark Side",
  "ui_font_size": 15,
  "buffer_font_size": 15,
  "buffer_line_height": "comfortable",
  "auto_update_extensions": {
    "enabled": true
  },
  "telemetry": {
    "enabled": false
  },
  "buffer_font_family": "JetBrains Mono",
  "terminal": {
    "font_family": "JetBrains Mono",
    "line_height": "comfortable",
    "font_size": 15
  },
  "ui_font_family": "JetBrains Mono",
  "format_on_save": "off",
  "cursor_blink": true
}
Imgkl commented 1 month ago

lmk if this solved your issue. I can close this. Happy to give more info on anything else is needed.