https://github.com/rishikanthc/carbon-helix
Carbon theme for Helix text editor
https://github.com/rishikanthc/carbon-helix
Last synced: 19 days ago
JSON representation
Carbon theme for Helix text editor
- Host: GitHub
- URL: https://github.com/rishikanthc/carbon-helix
- Owner: rishikanthc
- Created: 2024-07-23T23:17:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:07:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T16:54:21.259Z (over 1 year ago)
- Size: 1.18 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Carbon Helix Theme
This is a theme for the [Helix](https://helix-editor.com/) text-editor that is inspired by
the [Carbon Design System](https://carbondesignsystem.com/).
## Installation
Copy the `carbon.toml` file into the `themes` directory of your helix config. If the themes
directory doesn't exist create one with `mkdir -p ~/.config/helix/themes` and move the
`carbon.toml` file to the directory.
In your helix config add
```toml
theme = "carbon"
```
### Variants
Based on some feedback I also created a non-italics version of the theme as it over-emphasizes
things. I personally like italics a lot but for folks who don't want the italics, you can use
the `carbon_dev` theme instead. Installation procedure is same as above, use the `carbon_dev.toml`
file instead of `carbon.toml`
## Screenshot
Below are a few screenshots for Python, Lua and svelte.
### Python

### Lua

### Svelte
