Skip to content

Instantly share code, notes, and snippets.

@Gnumaru
Created May 8, 2024 21:47
Show Gist options
  • Save Gnumaru/38dfbd9752febcdb643e8e343995553d to your computer and use it in GitHub Desktop.
Save Gnumaru/38dfbd9752febcdb643e8e343995553d to your computer and use it in GitHub Desktop.
default godot 4 editor theme, but with box and split container separations reduced to the minimum
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://ddcimt5j11lgc"]
[sub_resource type="Image" id="Image_8ojfe"]
data = {
"data": PackedByteArray(0, 0, 0, 0),
"format": "RGBA8",
"height": 1,
"mipmaps": false,
"width": 1
}
[sub_resource type="ImageTexture" id="ImageTexture_jduyo"]
image = SubResource("Image_8ojfe")
[resource]
HBoxContainer/constants/separation = 0
HSplitContainer/constants/separation = 0
HSplitContainer/icons/grabber = SubResource("ImageTexture_jduyo")
VBoxContainer/constants/separation = 0
VSplitContainer/constants/separation = 0
VSplitContainer/icons/grabber = SubResource("ImageTexture_jduyo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment