Skip to content

Instantly share code, notes, and snippets.

@lkhedlund
Last active October 14, 2023 20:12
Show Gist options
  • Save lkhedlund/cb844a498404993d56c4f1425f08b560 to your computer and use it in GitHub Desktop.
Save lkhedlund/cb844a498404993d56c4f1425f08b560 to your computer and use it in GitHub Desktop.
Godot Bluloco Theme
[color_theme]
background_color="f9f9f9"
completion_background_color="e5e5e5ff"
completion_selected_color="d5d5d5ff"
completion_existing_color="dfdfdf21"
completion_scroll_color="959595ff"
completion_font_color="454545ff"
caret_color="54494bff"
caret_background_color="000000ff"
line_number_color="9da39aff"
text_color="383a42"
text_selected_color="333333ff"
keyword_color="0098dd"
base_type_color="a05a48"
engine_type_color="7a3e9d"
user_type_color="0098dd"
function_color="23974a"
member_variable_color="d52753"
comment_color="a0a1a7"
string_color="c5a332"
number_color="ce33c0"
symbol_color="275fe4"
selection_color="c9d0d9ff"
brace_mismatch_color="ff3333ff"
current_line_color="f1f1f1"
line_length_guideline_color="e4e4e4ff"
mark_color="f3c2bc4d"
breakpoint_color="cccc6633"
code_folding_color="808080ff"
word_highlighted_color="e8ebeeff"
search_result_color="edc9d8ff"
search_result_border_color="00000000"
gdscript/function_definition_color="23974a"
gdscript/node_path_color="ab6526ff"
@lkhedlund
Copy link
Author

Godot theme based on the VSCode light theme 'Bluloco' (uloco.theme-bluloco-light). Place in /text_editor_themes folder in the Godot directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment