Skip to content

Commit cb85092

Browse files
Merge pull request #45 from SouthCraftX/patch-2
[Theme] Comfortable Light Orange
2 parents 81609f2 + f145d46 commit cb85092

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

themes.toml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3832,3 +3832,96 @@ ModalWindowDimBg = "rgba(0, 0, 0, 0.7982832789421082)"
38323832
NavWindowingHighlight = "rgba(127, 131, 255, 1.0)"
38333833
NavWindowingDimBg = "rgba(50, 45, 139, 0.501960813999176)"
38343834
ModalWindowDimBg = "rgba(50, 45, 139, 0.501960813999176)"
3835+
3836+
[[themes]]
3837+
name = "Comfortable Light Orange"
3838+
author = "SouthCraftX"
3839+
description = ""
3840+
forkedFrom = ""
3841+
tags = ["light", "orange", "rounded"]
3842+
date = 2024-02-04
3843+
[themes.style]
3844+
alpha = 1.0
3845+
disabledAlpha = 1.0
3846+
windowPadding = [20.0, 20.0]
3847+
windowRounding = 11.5
3848+
windowBorderSize = 0.0
3849+
windowMinSize = [20.0, 20.0]
3850+
windowTitleAlign = [0.5, 0.5]
3851+
windowMenuButtonPosition = "None"
3852+
childRounding = 20.0
3853+
childBorderSize = 1.0
3854+
popupRounding = 17.39999961853027
3855+
popupBorderSize = 1.0
3856+
framePadding = [20.0, 3.400000095367432]
3857+
frameRounding = 11.89999961853027
3858+
frameBorderSize = 0.0
3859+
itemSpacing = [8.899999618530273, 13.39999961853027]
3860+
itemInnerSpacing = [7.099999904632568, 1.799999952316284]
3861+
cellPadding = [12.10000038146973, 9.199999809265137]
3862+
indentSpacing = 0.0
3863+
columnsMinSpacing = 8.699999809265137
3864+
scrollbarSize = 11.60000038146973
3865+
scrollbarRounding = 15.89999961853027
3866+
grabMinSize = 3.700000047683716
3867+
grabRounding = 20.0
3868+
tabRounding = 9.800000190734863
3869+
tabBorderSize = 0.0
3870+
tabMinWidthForCloseButton = 0.0
3871+
colorButtonPosition = "Right"
3872+
buttonTextAlign = [0.5, 0.5]
3873+
selectableTextAlign = [0.0, 0.0]
3874+
[themes.style.colors]
3875+
Text = "rgba(0, 0, 0, 1.0)"
3876+
TextDisabled = "rgba(185, 174, 140, 1.0)"
3877+
WindowBg = "rgba(235, 233, 229, 1.0)"
3878+
ChildBg = "rgba(231, 229, 225, 1.0)"
3879+
PopupBg = "rgba(235, 233, 229, 1.0)"
3880+
Border = "rgba(215, 212, 206, 1.0)"
3881+
BorderShadow = "rgba(235, 233, 229, 1.0)"
3882+
FrameBg = "rgba(226, 223, 216, 1.0)"
3883+
FrameBgHovered = "rgba(215, 212, 206, 1.0)"
3884+
FrameBgActive = "rgba(215, 212, 206, 1.0)"
3885+
TitleBg = "rgba(243, 241, 237, 1.0)"
3886+
TitleBgActive = "rgba(243, 241, 237, 1.0)"
3887+
TitleBgCollapsed = "rgba(235, 233, 229, 1.0)"
3888+
MenuBarBg = "rgba(230, 228, 224, 1.0)"
3889+
ScrollbarBg = "rgba(243, 241, 237, 1.0)"
3890+
ScrollbarGrab = "rgba(225, 221, 217, 1.0)"
3891+
ScrollbarGrabHovered = "rgba(215, 212, 206, 1.0)"
3892+
ScrollbarGrabActive = "rgba(225, 221, 217, 1.0)"
3893+
CheckMark = "rgba(247, 13, 40, 1.0)"
3894+
SliderGrab = "rgba(246, 204, 7, 1.0)"
3895+
SliderGrabActive = "rgba(247, 150, 9, 1.0)"
3896+
Button = "rgba(225, 221, 217, 1.0)"
3897+
ButtonHovered = "rgba(209, 207, 205, 1.0)"
3898+
ButtonActive = "rgba(216, 216, 216, 1.0)"
3899+
Header = "rgba(219, 213, 202, 1.0)"
3900+
HeaderHovered = "rgba(228, 228, 228, 1.0)"
3901+
HeaderActive = "rgba(235, 233, 229, 1.0)"
3902+
Separator = "rgba(222, 217, 206, 1.0)"
3903+
SeparatorHovered = "rgba(215, 208, 191, 1.0)"
3904+
SeparatorActive = "rgba(215, 208, 191, 1.0)"
3905+
ResizeGrip = "rgba(218, 218, 218, 1.0)"
3906+
ResizeGripHovered = "rgba(247, 13, 40, 1.0)"
3907+
ResizeGripActive = "rgba(0, 0, 0, 1.0)"
3908+
Tab = "rgba(235, 233, 229, 1.0)"
3909+
TabHovered = "rgba(225, 221, 217, 1.0)"
3910+
TabActive = "rgba(225, 221, 217, 1.0)"
3911+
TabUnfocused = "rgba(235, 233, 229, 1.0)"
3912+
TabUnfocusedActive = "rgba(223, 185, 109, 1.0)"
3913+
PlotLines = "rgba(122, 102, 76, 1.0)"
3914+
PlotLinesHovered = "rgba(245, 5, 30, 1.0)"
3915+
PlotHistogram = "rgba(231, 169, 79, 1.0)"
3916+
PlotHistogramHovered = "rgba(163, 101, 11, 1.0)"
3917+
TableHeaderBg = "rgba(243, 241, 237, 1.0)"
3918+
TableBorderStrong = "rgba(243, 241, 237, 1.0)"
3919+
TableBorderLight = "rgba(255, 255, 255, 1.0)"
3920+
TableRowBg = "rgba(225, 221, 217, 1.0)"
3921+
TableRowBgAlt = "rgba(230, 228, 224, 1.0)"
3922+
TextSelectedBg = "rgba(16, 16, 16, 1.0)"
3923+
DragDropTarget = "rgba(128, 124, 0, 1.0)"
3924+
NavHighlight = "rgba(187, 181, 0, 1.0)"
3925+
NavWindowingHighlight = "rgba(128, 124, 0, 1.0)"
3926+
NavWindowingDimBg = "rgba(205, 210, 116, 0.5019999742507935)"
3927+
ModalWindowDimBg = "rgba(205, 210, 116, 0.5019999742507935)"

0 commit comments

Comments
 (0)