Skip to content

Commit

Permalink
cleanup:
Browse files Browse the repository at this point in the history
cleanup default themes file
  • Loading branch information
grimmier378 committed Apr 6, 2024
1 parent 982ca2f commit 5e4aef0
Showing 1 changed file with 2 additions and 309 deletions.
311 changes: 2 additions & 309 deletions themes.lua
Expand Up @@ -1764,315 +1764,8 @@ return {
},
[1] = {
['Name'] = 'Default',
['Color'] = {
[ImGuiCol.Text] = {
Color = {1.00, 1.00, 1.00, 1.00},
PropertyName = "Text"
},
[ImGuiCol.TextDisabled] = {
Color = {0.50, 0.50, 0.50, 1.00},
PropertyName = 'TextDisabled'
},
[ImGuiCol.WindowBg] = {
Color = {0.06, 0.06, 0.06, 0.94},
PropertyName = 'WindowBg'
},
[ImGuiCol.ChildBg] = {
Color = {0.00, 0.00, 0.00, 0.00},
PropertyName = 'ChildBg'
},
[ImGuiCol.PopupBg] = {
Color = {0.08, 0.08, 0.08, 0.94},
PropertyName = 'PopupBg'
},
[ImGuiCol.Border] = {
Color = {0.43, 0.43, 0.50, 0.50},
PropertyName = 'Border'
},
[ImGuiCol.BorderShadow] = {
Color = {0.00, 0.00, 0.00, 0.00},
PropertyName = 'BorderShadow'
},
[ImGuiCol.FrameBg] = {
Color = {0.16, 0.29, 0.48, 0.54},
PropertyName = 'FrameBg'
},
[ImGuiCol.FrameBgHovered] = {
Color = {0.26, 0.59, 0.98, 0.40},
PropertyName = 'FrameBgHovered'
},
[ImGuiCol.FrameBgActive] = {
Color = {0.26, 0.59, 0.98, 0.67},
PropertyName = 'FrameBgActive'
},
[ImGuiCol.TitleBg] = {
Color = {0.04, 0.04, 0.04, 1.00},
PropertyName = 'TitleBg'
},
[ImGuiCol.TitleBgActive] = {
Color = {0.16, 0.29, 0.48, 1.00},
PropertyName = 'TitleBgActive'
},
[ImGuiCol.TitleBgCollapsed] = {
Color = {0.00, 0.00, 0.00, 0.51},
PropertyName = 'TitleBgCollapsed'
},
[ImGuiCol.MenuBarBg] = {
Color = {0.14, 0.14, 0.14, 1.00},
PropertyName = 'MenuBarBg'
},
[ImGuiCol.ScrollbarBg] = {
Color = {0.02, 0.02, 0.02, 0.53},
PropertyName = 'ScrollbarBg'
},
[ImGuiCol.ScrollbarGrab] = {
Color = {0.31, 0.31, 0.31, 1.00},
PropertyName = 'ScrollbarGrab'
},
[ImGuiCol.ScrollbarGrabHovered] = {
Color = {0.41, 0.41, 0.41, 1.00},
PropertyName = 'ScrollbarGrabHovered'
},
[ImGuiCol.ScrollbarGrabActive] = {
Color = {0.51, 0.51, 0.51, 1.00},
PropertyName = 'ScrollbarGrabActive'
},
[ImGuiCol.CheckMark] = {
Color = {0.26, 0.59, 0.98, 1.00},
PropertyName = 'CheckMark'
},
[ImGuiCol.SliderGrab] = {
Color = {0.24, 0.52, 0.88, 1.00},
PropertyName = 'SliderGrab'
},
[ImGuiCol.SliderGrabActive] = {
Color = {0.26, 0.59, 0.98, 1.00},
PropertyName = 'SliderGrabActive'
},
[ImGuiCol.Button] = {
Color = {0.26, 0.59, 0.98, 0.40},
PropertyName = 'Button'
},
[ImGuiCol.ButtonHovered] = {
Color = {0.26, 0.59, 0.98, 1.00},
PropertyName = 'ButtonHovered'
},
[ImGuiCol.ButtonActive] = {
Color = {0.06, 0.53, 0.98, 1.00},
PropertyName = 'ButtonActive'
},
[ImGuiCol.Header] = {
Color = {0.26, 0.59, 0.98, 0.31},
PropertyName = 'Header'
},
[ImGuiCol.HeaderHovered] = {
Color = {0.26, 0.59, 0.98, 0.80},
PropertyName = 'HeaderHovered'
},
[ImGuiCol.HeaderActive] = {
Color = {0.26, 0.59, 0.98, 1.00},
PropertyName = 'HeaderActive'
},
[ImGuiCol.Separator] = {
Color = {0.43, 0.43, 0.50, 0.50},
PropertyName = 'Separator'
},
[ImGuiCol.SeparatorHovered] = {
Color = {0.10, 0.40, 0.75, 0.78},
PropertyName = 'SeparatorHovered'
},
[ImGuiCol.SeparatorActive] = {
Color = {0.10, 0.40, 0.75, 1.00},
PropertyName = 'SeparatorActive'
},
[ImGuiCol.ResizeGrip] = {
Color = {0.26, 0.59, 0.98, 0.20},
PropertyName = 'ResizeGrip'
},
[ImGuiCol.ResizeGripHovered] = {
Color = {0.26, 0.59, 0.98, 0.67},
PropertyName = 'ResizeGripHovered'
},
[ImGuiCol.ResizeGripActive] = {
Color = {0.26, 0.59, 0.98, 0.95},
PropertyName = 'ResizeGripActive'
},
[ImGuiCol.Tab] = {
Color = {0.18, 0.35, 0.58, 0.86},
PropertyName = 'Tab'
},
[ImGuiCol.TabHovered] = {
Color = {0.26, 0.59, 0.98, 0.80},
PropertyName = 'TabHovered'
},
[ImGuiCol.TabActive] = {
Color = {0.20, 0.41, 0.68, 1.00},
PropertyName = 'TabActive'
},
[ImGuiCol.TabUnfocused] = {
Color = {0.07, 0.10, 0.15, 0.97},
PropertyName = 'TabUnfocused'
},
[ImGuiCol.TabUnfocusedActive] = {
Color = {0.14, 0.26, 0.42, 1.00},
PropertyName = 'TabUnfocusedActive'
},
[ImGuiCol.DockingPreview] = {
Color = {0.26, 0.59, 0.98, 0.70},
PropertyName = 'DockingPreview'
},
[ImGuiCol.DockingEmptyBg] = {
Color = {0.20, 0.20, 0.20, 1.00},
PropertyName = 'DockingEmptyBg'
},
[ImGuiCol.PlotLines] = {
Color = {0.61, 0.61, 0.61, 1.00},
PropertyName = 'PlotLines'
},
[ImGuiCol.PlotLinesHovered] = {
Color = {1.00, 0.43, 0.35, 1.00},
PropertyName = 'PlotLinesHovered'
},
[ImGuiCol.PlotHistogram] = {
Color = {0.90, 0.70, 0.00, 1.00},
PropertyName = 'PlotHistogram'
},
[ImGuiCol.PlotHistogramHovered] = {
Color = {1.00, 0.60, 0.00, 1.00},
PropertyName = 'PlotHistogramHovered'
},
[ImGuiCol.TableHeaderBg] = {
Color = {0.19, 0.19, 0.20, 1.00},
PropertyName = 'TableHeaderBg'
},
[ImGuiCol.TableBorderStrong] = {
Color = {0.31, 0.31, 0.35, 1.00},
PropertyName = 'TableBorderStrong'
},
[ImGuiCol.TableBorderLight] = {
Color = {0.23, 0.23, 0.25, 1.00},
PropertyName = 'TableBorderLight'
},
[ImGuiCol.TableRowBg] = {
Color = {0.00, 0.00, 0.00, 0.00},
PropertyName = 'TableRowBg'
},
[ImGuiCol.TableRowBgAlt] = {
Color = {1.00, 1.00, 1.00, 0.06},
PropertyName = 'TableRowBgAlt'
},
[ImGuiCol.TextSelectedBg] = {
Color = {0.26, 0.59, 0.98, 0.35},
PropertyName = 'TextSelectedBg'
},
[ImGuiCol.DragDropTarget] = {
Color = {1.00, 1.00, 0.00, 0.90},
PropertyName = 'DragDropTarget'
},
[ImGuiCol.NavHighlight] = {
Color = {0.26, 0.59, 0.98, 1.00},
PropertyName = 'NavHighlight'
},
[ImGuiCol.NavWindowingHighlight] = {
Color = {1.00, 1.00, 1.00, 0.70},
PropertyName = 'NavWindowingHighlight'
},
[ImGuiCol.NavWindowingDimBg] = {
Color = {0.80, 0.80, 0.80, 0.20},
PropertyName = 'NavWindowingDimBg'
},
[ImGuiCol.ModalWindowDimBg] = {
Color = {0.80, 0.80, 0.80, 0.35},
PropertyName = 'ModalWindowDimBg'
}
},
['Style'] = {
[ImGuiStyleVar.WindowBorderSize] = {
PropertyName = 'WindowBorderSize',
Size = 1,
},
[ImGuiStyleVar.FrameBorderSize] = {
PropertyName = 'FrameBorderSize',
Size = 0,
},
[ImGuiStyleVar.PopupBorderSize] = {
PropertyName = 'PopupBorderSize',
Size = 1,
},
[ImGuiStyleVar.ChildBorderSize] = {
PropertyName = 'ChildBorderSize',
Size = 1,
},
[ImGuiStyleVar.TabBarBorderSize] = {
PropertyName = 'TabBarBorderSize',
Size = 1,
},
[ImGuiStyleVar.WindowRounding] = {
PropertyName = 'WindowRounding',
Size = 0,
},
[ImGuiStyleVar.FrameRounding] = {
PropertyName = 'FrameRounding',
Size = 0,
},
[ImGuiStyleVar.PopupRounding] = {
PropertyName = 'PopupRounding',
Size = 0,
},
[ImGuiStyleVar.ChildRounding] = {
PropertyName = 'ChildRounding',
Size = 0,
},
[ImGuiStyleVar.ScrollbarRounding] = {
PropertyName = 'ScrollbarRounding',
Size = 0,
},
[ImGuiStyleVar.GrabRounding] = {
PropertyName = 'GrabRounding',
Size = 0,
},
[ImGuiStyleVar.TabRounding] = {
PropertyName = 'TabRounding',
Size = 4,
},
[ImGuiStyleVar.IndentSpacing] = {
PropertyName = 'IndentSpacing',
Size = 21,
},
[ImGuiStyleVar.ScrollbarSize] = {
PropertyName = 'ScrollbarSize',
Size = 14,
},
[ImGuiStyleVar.GrabMinSize] = {
PropertyName = 'GrabMinSize',
Size = 12,
},
[ImGuiStyleVar.CellPadding] = {
PropertyName = 'CellPadding',
X = 4,
Y = 2,
},
[ImGuiStyleVar.WindowPadding] = {
PropertyName = 'WindowPadding',
X = 8,
Y = 8,
},
[ImGuiStyleVar.FramePadding] = {
PropertyName = 'FramePadding',
X = 4,
Y = 3,
},
[ImGuiStyleVar.ItemSpacing] = {
PropertyName = 'ItemSpacing',
X = 8,
Y = 4,
},
[ImGuiStyleVar.ItemInnerSpacing] = {
PropertyName = 'ItemInnerSpacing',
X = 4,
Y = 4,
},
},
['Color'] = {},
['Style'] = {},
},
[4] = {
['Name'] = 'Grape',
Expand Down

0 comments on commit 5e4aef0

Please sign in to comment.