Godot editor

This commit is contained in:
2026-01-21 06:17:26 +01:00
parent 0c9ce7d444
commit 298410e078
7 changed files with 165 additions and 140 deletions

View File

@@ -5,15 +5,15 @@ layout {
background-color "transparent"
focus-ring {
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
active-color "#ffabf1"
inactive-color "#9c8c97"
urgent-color "#ffb4ab"
}
border {
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
active-color "#ffabf1"
inactive-color "#9c8c97"
urgent-color "#ffb4ab"
}
shadow {
@@ -21,19 +21,19 @@ layout {
}
tab-indicator {
active-color "#e91e63"
inactive-color "#9f8c8e"
urgent-color "#f2b8b5"
active-color "#ffabf1"
inactive-color "#9c8c97"
urgent-color "#ffb4ab"
}
insert-hint {
color "#e91e6380"
color "#ffabf180"
}
}
recent-windows {
highlight {
active-color "#4a0e2f"
urgent-color "#f2b8b5"
active-color "#82007e"
urgent-color "#ffb4ab"
}
}

View File

@@ -4,7 +4,7 @@
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
layout {
gaps 8
gaps 4
border {
width 2