aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dracula.toml
Commit message (Collapse)AuthorAge
* Better indent line color for Dracula theme. (#8266)Chirikumbrah2023-09-12
|
* Update dracula menu colors (#6987)Chirikumbrah2023-05-08
|
* Dracula theme: change variable and menu colors (#6855)Chirikumbrah2023-05-01
|
* another refactoring of dracula theme (#6767)Chirikumbrah2023-04-21
|
* Refactor dracula theme (#6552)Chirikumbrah2023-04-12
|
* dracula theme: style inlay hints as comments (#6515)Sebastian Zivota2023-04-03
|
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
| | | | | | | | | | | | | | | | | | Add new theme highlight keys, for setting the colour of the breakpoint character and the current line at which execution has been paused at. The two new keys are `ui.highlight.frameline` and `ui.debug.breakpoint`. Highlight according to those keys, both the line at which debugging is paused at and the breakpoint indicator. Add an indicator for the current line at which execution is paused at, themed by the `ui.debug.active` theme scope. Update various themes to showcase how the new functionality works. Better icons are dependent on #2869, and as such will be handled in the future, once it lands. Closes: #5952 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
* dracula theme: style wrap indicator like whitespace (#6414)Sebastian Zivota2023-03-23
|
* theme: make dracula ui.virtual.whitespace less intrusive (#5627)Luca Saccarola2023-01-21
|
* Add `markup.strikethrough` theme keys (#5619)Alex2023-01-21
|
* Better diagnostics highlighting for Dracula theme. (#5236)Chirikumbrah2022-12-20
|
* Themes update (#3587)Alexander Brevig2022-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lint: snazzy * lint: pop-dark * lint: penumbra+ * lint: noctis_bordo * lint: ingrid * lint: flatwhite * lint: doom_acario_dark * lint: dark_plus * lint: boo_berry * fix: use 47345E per author instruction * lint: bogster * lint: everforest * lint: acme * lint: serika * fix: use nasty_red per author suggestion * lint: nord * lint: dracula * lint: gruvbox * fix: cursorline gruvbox * lint: autumn * fix: no fg for cursorline * lint: ayu * lint: rose_pine * lint: monokai * lint: solarized * lint: spacebones * fix: penumbra bg!=sky * Update runtime/themes/ayu_light.toml Co-authored-by: Ivan Tham <pickfire@riseup.net> * Update runtime/themes/ayu_light.toml Co-authored-by: Ivan Tham <pickfire@riseup.net> * fix: fg for ui.help thanks @pickfire * fix: ingrid with input from @intarga Co-authored-by: Ivan Tham <pickfire@riseup.net>
* feat(themes): add mode-specific styles to the dracula themes (#3135)Mr. E2022-07-26
|
* helix_view::theme [WARN] Theme (#3119)Aiko Mastboom2022-07-22
| | | | | | | | * helix_view::theme [WARN] Theme * updated: warning, error, info, hint colours https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography Co-authored-by: Aiko Mastboom <git@aiko.sh>
* primary cursorline for Dracula theme (#2915)Stuart Hinson2022-06-29
|
* Default rulers color to red (#2669)Mathspy2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Default rulers color to red Currently if the theme a user is using doesn't have `ui.virtual.rulers` set and they set up a ruler it just fails silently making it really hard to figure out what went wrong. Did they set incorrectly set the ruler? Are they using an outdated version of Helix that doesn't support rulers? This happened to me today, I even switched to the default theme with the assumption that maybe my theme just doesn't have the rulers setup properly and it still didn't work. Not sure if this is a good idea or not, feel free to suggest better alternatives! * Use builtin Style methods instead of Bevy style defaults Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Only default the style if there's no ui or ui.virtual * Update themes style from ui.virtual to ui.virtual.whitespace * Revert ui.virtual change in onelight theme * Prefer unwrap_or_else Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* theme ui.virtual capture for existing themesMichael Davis2022-04-20
|
* Improve Dracula Theme selections (#2075) (#2077)Aral Balkan2022-04-11
|
* dracula theme: add markup support (#1554)Sebastian Zivota2022-01-22
|
* Add modified background to dracula popup (#1434)Stuart Hinson2022-01-16
|
* add diff.{plus,minus,delta} to themesMichael Davis2021-12-25
|
* Add dracula theme (#1258)Sebastian Zivota2021-12-20
* Add dracula theme * remove unused colors * correctly name constant.character.escape * Change cursors and selections * add some missing ui scopes * sorting