You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed a strange behavior and I can't explain it.
I am using helix with the kanagawa color theme.
I use it to develop .ts files and tests .spec.ts.
The color theme looks different (backgroundcolor) in .ts than in .spec.ts.
What causes this behavior?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks,
I have noticed a strange behavior and I can't explain it.
I am using helix with the kanagawa color theme.
I use it to develop .ts files and tests .spec.ts.
The color theme looks different (backgroundcolor) in .ts than in .spec.ts.
What causes this behavior?
~/.config/helix/config.toml
theme = “kanagawa”
~/.config/helix/languages.toml
[language-server.typescript-language-server]
command = “npx”
args = [“typescript-language-server”, “--stdio”]
[[language]]
name = “typescript”
scope = “source.ts”
file-types = [“ts”, “tsx”, “spec.ts”]
roots = [“package.json”, “tsconfig.json”]
language-servers = [“typescript-language-server”]
auto-format = true
[[language]]
name = “javascript”
language-servers = [“typescript-language-server”]
auto-format = true
if I set a different theme directly in the editor using :theme xxx, this also looks different.
Where does this come from and how can it be adjusted?
Beta Was this translation helpful? Give feedback.
All reactions