Compare commits

..

No commits in common. "b2ea9d77be416ec49cc6a96bbbc86f48eb95b431" and "06168d48e782de8a3810f527338fa62cb162d2b0" have entirely different histories.

7 changed files with 19 additions and 356 deletions

1
eggs/foo/yolk_templates Normal file
View file

@ -0,0 +1 @@
yolktest/foo.toml

View file

@ -0,0 +1,2 @@
# {% replace /".*"/ `"${system.username}"` %}
hostname = "canonical-username"

View file

@ -40,7 +40,7 @@
}
},
{
"context": "MarkdownPreview || EmptyPane || Editor && VimControl && !VimWaiting && !menu",
"context": "EmptyPane || Editor && VimControl && !VimWaiting && !menu",
"bindings": {
"space b c": "pane::CloseActiveItem",
":": "command_palette::Toggle",
@ -75,7 +75,6 @@
"space m E": "editor::GoToPrevDiagnostic",
"space m v": "editor::ToggleCodeActions",
"space m o": "outline::Toggle",
"space m s": "editor::ShowSignatureHelp",
// diagnostics
"space e e": "diagnostics::Deploy",
"space e w": "diagnostics::ToggleWarnings",

View file

@ -1,12 +1,16 @@
{
"auto_signature_help": false,
"assistant": {
"default_model": {
"provider": "copilot_chat",
"model": "gpt-4o"
"provider": "anthropic",
"model": "claude-3-sonnet-latest"
},
"version": "2"
},
"language_models": {
"openai": {
"version": "1"
}
},
"theme": "Gruvbox Dark Hard",
"buffer_font_size": 14,
"buffer_font_family": "FiraCode Nerd Font",
@ -19,6 +23,7 @@
"tab_bar": {
"show_nav_history_buttons": false
},
"calls": {
"mute_on_join": true
},
@ -30,7 +35,7 @@
"tabs": { "git_status": true },
"terminal": {
"font_family": "JetBrainsMono Nerd Font",
"font_family": "JetBrainsMono Nerd Font Mono",
"font_size": 14
},
"vim_mode": true,

View file

@ -1,344 +0,0 @@
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Phine",
"author": "Philipp Schaffrath",
"themes": [
{
"name": "Phine",
"appearance": "dark",
"style": {
"border": "#1A1A1A",
"border.variant": "#1A1A1A",
"border.focused": "#293b5bff",
"border.selected": "#293b5bff",
"border.transparent": "#00000000",
"border.disabled": "#414754ff",
"elevated_surface.background": "#222222",
"surface.background": "#121212",
"background": "#282828",
//"background": "#090909",
"element.background": "#ffffff02",
"element.hover": "#222222",
"element.active": "#454a56ff",
"element.selected": "#454a56ff",
"element.disabled": "#2e343eff",
"drop_target.background": "#482FB808",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#ffffff02",
"ghost_element.active": "#ffffff07",
"ghost_element.selected": "#ffffff02",
"ghost_element.disabled": "#ff0000",
"text": "#CCCCCC",
"text.muted": "#ffffff30",
"text.placeholder": "#343434",
"text.disabled": "#2c2c2c",
"text.accent": "#F5DE89",
"icon": "#CCCCCC",
"icon.muted": "#838994ff",
"icon.disabled": "#696B77ff",
"icon.placeholder": "#838994ff",
"icon.accent": "#74ade8ff",
"status_bar.background": "#090909",
"title_bar.background": "#090909",
"title_bar.inactive_background": "#090909",
"toolbar.background": "#090909",
"tab_bar.background": "#121212",
"tab.inactive_background": "#090909",
"tab.active_background": "#090909",
"search.match_background": "#74ade866",
"panel.background": "#121212",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar.thumb.background": "#ffffff07",
"scrollbar.thumb.hover_background": "#ff00ff", // TODO: this color is ignored by zed
"scrollbar.thumb.border": "#00000000",
"editor.indent_guide": "#202020",
"editor.indent_guide_active": "#333333",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#ffffff02",
"editor.foreground": "#ffffff",
"editor.background": "#121212",
"editor.gutter.background": "#0D0D0D",
"editor.subheader.background": "#1A1A1A",
"editor.active_line.background": "#ffffff02",
"editor.highlighted_line.background": "#2f343eff",
"editor.line_number": "#ffffff08",
"editor.active_line_number": "#ffffff",
"editor.invisible": "#696B77ff",
"editor.wrap_guide": "#202020",
"editor.active_wrap_guide": "#ff00ff",
"editor.document_highlight.read_background": "#74ade81a",
"editor.document_highlight.write_background": "#555a6366",
"terminal.background": "#090909",
"terminal.foreground": "#c8ccd4ff",
"terminal.bright_foreground": "#c8ccd4ff",
"terminal.dim_foreground": "#282c33ff",
"terminal.ansi.black": "#282c33ff",
"terminal.ansi.bright_black": "#525561ff",
"terminal.ansi.dim_black": "#c8ccd4ff",
"terminal.ansi.red": "#d07277ff",
"terminal.ansi.bright_red": "#673a3cff",
"terminal.ansi.dim_red": "#eab7b9ff",
"terminal.ansi.green": "#a1c181ff",
"terminal.ansi.bright_green": "#4d6140ff",
"terminal.ansi.dim_green": "#d1e0bfff",
"terminal.ansi.yellow": "#dec184ff",
"terminal.ansi.bright_yellow": "#786441ff",
"terminal.ansi.dim_yellow": "#f1dfc1ff",
"terminal.ansi.blue": "#74ade8ff",
"terminal.ansi.bright_blue": "#385378ff",
"terminal.ansi.dim_blue": "#bed5f4ff",
"terminal.ansi.magenta": "#be5046ff",
"terminal.ansi.bright_magenta": "#5e2b26ff",
"terminal.ansi.dim_magenta": "#e6a79eff",
"terminal.ansi.cyan": "#6eb4bfff",
"terminal.ansi.bright_cyan": "#3a565bff",
"terminal.ansi.dim_cyan": "#b9d9dfff",
"terminal.ansi.white": "#c8ccd4ff",
"terminal.ansi.bright_white": "#c8ccd4ff",
"terminal.ansi.dim_white": "#575d65ff",
"link_text.hover": "#74ade8ff",
"conflict": "#dec184ff",
"conflict.background": "#dec1841a",
"conflict.border": "#5d4c2fff",
"created": "#a1c181ff",
"created.background": "#a1c1811a",
"created.border": "#38482fff",
"deleted": "#d07277ff",
"deleted.background": "#d072771a",
"deleted.border": "#4c2b2cff",
"error": "#d07277ff",
"error.background": "#d072771a",
"error.border": "#4c2b2cff",
"hidden": "#696B77ff",
"hidden.background": "#696B771a",
"hidden.border": "#414754ff",
"hint": "#5a6f89ff",
"hint.background": "#5a6f891a",
"hint.border": "#293b5bff",
"ignored": "#696B77ff",
"ignored.background": "#696B771a",
"ignored.border": "#464b57ff",
"info": "#74ade8ff",
"info.background": "#74ade81a",
"info.border": "#293b5bff",
"modified": "#dec184ff",
"modified.background": "#dec1841a",
"modified.border": "#5d4c2fff",
"predictive": "#5a6a87ff",
"predictive.background": "#5a6a871a",
"predictive.border": "#38482fff",
"renamed": "#74ade8ff",
"renamed.background": "#74ade81a",
"renamed.border": "#293b5bff",
"success": "#a1c181ff",
"success.background": "#a1c1811a",
"success.border": "#38482fff",
"unreachable": "#838994ff",
"unreachable.background": "#8389941a",
"unreachable.border": "#464b57ff",
"warning": "#dec184ff",
"warning.background": "#dec1841a",
"warning.border": "#5d4c2fff",
"syntax": {
"attribute": {
"color": "#74ade8ff",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#F0A875",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#454545",
"font_style": null,
"font_weight": null
},
"comment.doc": {
"color": "#446850",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#dfc184ff",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#73ade9ff",
"font_style": null,
"font_weight": null
},
"embedded": {
"color": "#c8ccd4ff",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#74ade8ff",
"font_style": null,
"font_weight": null
},
"emphasis.strong": {
"color": "#bf956aff",
"font_style": null,
"font_weight": 700
},
"enum": {
"color": "#d07277ff",
"font_style": null,
"font_weight": null
},
"function": {
"color": "#5D8DEE",
"font_style": null,
"font_weight": null
},
"hint": {
"color": "#5a6f89ff",
"font_style": null,
"font_weight": 700
},
"keyword": {
"color": "#F997E8",
"font_style": null,
"font_weight": null
},
"label": {
"color": "#74ade8ff",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#73ade9ff",
"font_style": "normal",
"font_weight": null
},
"link_uri": {
"color": "#6eb4bfff",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#F0A875",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#6eb4bfff",
"font_style": null,
"font_weight": null
},
"predictive": {
"color": "#5a6a87ff",
"font_style": "italic",
"font_weight": null
},
"preproc": {
"color": "#c8ccd4ff",
"font_style": null,
"font_weight": null
},
"primary": {
"color": "#acb2beff",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#ffffff",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#acb2beff",
"font_style": null,
"font_weight": null
},
"punctuation.bracket": {
"color": "#b2b9c6ff",
"font_style": null,
"font_weight": null
},
"punctuation.delimiter": {
"color": "#b2b9c6ff",
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"color": "#d07277ff",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#b1574bff",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#7DE898",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#878e98ff",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#bf956aff",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#bf956aff",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#bf956aff",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#74ade8ff",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#a1c181ff",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#d07277ff",
"font_style": null,
"font_weight": 400
},
"type": {
"color": "#F5DE89",
"font_style": null,
"font_weight": null
},
"variable": {
"color": "#ffffff",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#FF8787",
"font_style": null,
"font_weight": null
},
"variant": {
"color": "#73ade9ff",
"font_style": null,
"font_weight": null
}
}
}
}
]
}

View file

@ -1,6 +0,0 @@
function canonical_data()
return {}
end
function local_data(system)
return canonical_data()
end

6
yolk.rhai Normal file
View file

@ -0,0 +1,6 @@
fn canonical_data() {
#{}
}
fn local_data(system) {
canonical_data()
}