dracula/dracula-theme

Port .Yaml to .toml

Closed this issue ยท 10 comments

New Theme?

We would love to support all code editors out there, but we need your help to accomplish that. Feel free to create a new theme based on our color palette.

Existing Theme?

Find the appropriate repository on the Dracula organization. This is just the umbrella place where we store all themes.

And remember - consider fixing the issue yourself. That's the best way to contribute ;)

i write all code from .yaml to .toml
`
[colors]
primary = { background="#282a36", foreground="#f8f8f2", bright_foreground="#ffffff" }
cursor = { text = "CellBackground", cursor = "CellForeground" }
vi_mode_cursor = { text = "CellBackground", cursor = "CellForeground" }
search = { matches={ foreground = "#44475a", background = "#50fa7b"}, focused_match= { foreground = "#44475a", background = "#ffb86c"} }
footer_bar={ background= '#282a36', foreground= '#f8f8f2' }
hints={ start= { foreground= '#282a36', background= '#f1fa8c' }, end={ foreground= '#f1fa8c', background= '#282a36'} }
line_indicator={ foreground= "None", background= "None" }
selection={ text = "CellForeground", background= '#44475a' }

normal={ black= '#21222c', red= '#ff5555', green= '#50fa7b', yellow= '#f1fa8c', blue= '#bd93f9', magenta= '#ff79c6', cyan= '#8be9fd', white= '#f8f8f2'}
bright={ black= '#6272a4', red= '#ff6e6e', green= '#69ff94', yellow= '#ffffa5', blue= '#d6acff', magenta= '#ff92df', cyan= '#a4ffff', white= '#ffffff'}

`

Hi ๐Ÿ‘‹๐Ÿป Carlos, can you elaborate more on your collaboration? The way it is, I don't understand it.

HI, the files .yaml is deprecated in newer versions of alacritty, they migrate to .toml files, is a new method for config files, more in my repository where i use your theme migrated and a basic config

โœ… Nice! I understand a little better now.

Can you do a PR on the Alacritty repo so we can discuss this further? In addition, I'll ๐ŸŸข ping the maintainers @leandropincini and @clarfon.

Assuming we migrate this over to the Alacritty repo, just note that (I think) the versions using TOML have not be officially released yet (there may be pre-releases).

Is officialy, is the new alacritty documentation

Quite sure none of these releases indicate that the configuration change has been released yet, but I'm willing to be shown where I'm wrong.

This Issue has not been updated for a while and will be closed soon.

This Issue has been automatically closed because it has had no new activity for a month.

The 0.13 release officially switched to TOML