Skip to content

Instantly share code, notes, and snippets.

@passivestar
Last active April 10, 2024 20:07
Show Gist options
  • Star 161 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save passivestar/4305c0a96aed2ec0bf14131f904eeca6 to your computer and use it in GitHub Desktop.
Save passivestar/4305c0a96aed2ec0bf14131f904eeca6 to your computer and use it in GitHub Desktop.
Godot editor theme
[gd_resource type="Theme" load_steps=12 format=3 uid="uid://7bvxnk5n5imx"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6h42l"]
content_margin_left = 10.5
content_margin_top = 8.75
content_margin_right = 10.5
content_margin_bottom = 8.75
bg_color = Color(0.117647, 0.117647, 0.117647, 1)
draw_center = false
border_color = Color(1, 1, 1, 0.137255)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 1
anti_aliasing = false
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_lu5el"]
size = Vector2(0, 0)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ne7v8"]
content_margin_left = 10.5
content_margin_top = 8.75
content_margin_right = 10.5
content_margin_bottom = 8.75
bg_color = Color(1, 1, 1, 0.0117647)
draw_center = false
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.35, 0.35, 0.35, 1)
corner_detail = 5
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0nfa3"]
content_margin_left = 10.5
content_margin_top = 7.0
content_margin_right = 10.5
content_margin_bottom = 8.75
bg_color = Color(0, 0, 0, 0.0980392)
border_color = Color(0.101569, 0.101569, 0.101569, 1)
corner_detail = 5
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e4crt"]
content_margin_left = 10.5
content_margin_top = 7.0
content_margin_right = 10.5
content_margin_bottom = 8.75
bg_color = Color(0, 0, 0, 0.0980392)
border_color = Color(0.101569, 0.101569, 0.101569, 1)
corner_detail = 5
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_twhwf"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.101961, 0.101961, 0.101961, 0.533333)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
corner_detail = 6
expand_margin_top = 4.0
expand_margin_bottom = 4.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xdk0w"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(1, 1, 1, 0.203922)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
corner_detail = 6
expand_margin_top = 4.0
expand_margin_bottom = 4.0
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_kwdgv"]
bg_color = Color(1, 1, 1, 0)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_20eiv"]
bg_color = Color(1, 1, 1, 0)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(1, 1, 1, 0)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8atl4"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_s752x"]
size = Vector2(0, 0)
[resource]
EditorStyles/styles/FocusViewport = SubResource("StyleBoxFlat_6h42l")
HSplitContainer/constants/autohide = 1
HSplitContainer/constants/minimum_grab_thickness = 6
HSplitContainer/constants/separation = 4
HSplitContainer/icons/grabber = SubResource("PlaceholderTexture2D_lu5el")
LineEdit/colors/font_placeholder_color = Color(1, 1, 1, 0.196078)
LineEdit/styles/focus = SubResource("StyleBoxFlat_ne7v8")
LineEdit/styles/normal = SubResource("StyleBoxFlat_0nfa3")
LineEdit/styles/read_only = SubResource("StyleBoxFlat_e4crt")
MarginContainer/constants/margin_bottom = 0
MarginContainer/constants/margin_left = 0
MarginContainer/constants/margin_right = 0
MarginContainer/constants/margin_top = 0
PopupMenu/constants/item_start_padding = 16
PopupMenu/constants/v_separation = 10
ProgressBar/styles/background = SubResource("StyleBoxFlat_twhwf")
ProgressBar/styles/fill = SubResource("StyleBoxFlat_xdk0w")
TabContainer/styles/tab_focus = SubResource("StyleBoxFlat_kwdgv")
Tree/colors/children_hl_line_color = Color(1, 1, 1, 0.0196078)
Tree/colors/font_color = Color(1, 1, 1, 0.627451)
Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0196078)
Tree/constants/relationship_line_width = 0
Tree/constants/v_separation = 1
Tree/styles/focus = SubResource("StyleBoxFlat_20eiv")
Tree/styles/panel = SubResource("StyleBoxEmpty_8atl4")
VSplitContainer/constants/autohide = 1
VSplitContainer/constants/minimum_grab_thickness = 6
VSplitContainer/constants/separation = 4
VSplitContainer/icons/grabber = SubResource("PlaceholderTexture2D_s752x")
@garettbass
Copy link

Editor Settings -> Interface -> Theme -> Custom Theme

@TokisanGames
Copy link

This is very good, thank you. ShaderMaterial settings are still the old color. I prefer 29-2e for the base color during the day time.

image

@levidavidmurray
Copy link

Hmm, this is what I see when applying this theme... 🤔

Not sure if me being on Windows matters.

image

@passivestar
Copy link
Author

@levidavidmurray Fixed the input fields

I use these values in the editor settings:
image

@passivestar
Copy link
Author

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