From d09a28b875547bfe2d5d3bf2d5a662b35f29cadb Mon Sep 17 00:00:00 2001 From: RedNicStone <36967667+RedNicStone@users.noreply.github.com> Date: Fri, 14 Oct 2022 18:26:30 +0100 Subject: [PATCH 1/2] Add "Rounded Visual Studio" theme --- themes.toml | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/themes.toml b/themes.toml index ee1da49..d3bf8dd 100644 --- a/themes.toml +++ b/themes.toml @@ -2094,3 +2094,95 @@ NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)" NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)" ModalWindowDimBg = "rgba(204, 204, 204, 0.3499999940395355)" +[[themes]] + name = "Rounded Visual Studio" + author = "RedNicStone" + description = "A sightly tounded version of the VS to ease the eye" + forkedFrom = "Visual Studio" + tags = ["dark", "rounded"] + date = "pr-merge-date" + [themes.style] + alpha = 1.0 + disabledAlpha = 0.6000000238418579 + windowPadding = [8.0, 8.0] + windowRounding = 4.0 + windowBorderSize = 0.0 + windowMinSize = [32.0, 32.0] + windowTitleAlign = [0.0, 0.5] + windowMenuButtonPosition = "Left" + childRounding = 0.0 + childBorderSize = 1.0 + popupRounding = 4.0 + popupBorderSize = 1.0 + framePadding = [4.0, 3.0] + frameRounding = 2.5 + frameBorderSize = 0.0 + itemSpacing = [8.0, 4.0] + itemInnerSpacing = [4.0, 4.0] + cellPadding = [4.0, 2.0] + indentSpacing = 21.0 + columnsMinSpacing = 6.0 + scrollbarSize = 11.0 + scrollbarRounding = 2.5 + grabMinSize = 10.0 + grabRounding = 2.0 + tabRounding = 3.5 + tabBorderSize = 0.0 + tabMinWidthForCloseButton = 0.0 + colorButtonPosition = "Right" + buttonTextAlign = [0.5, 0.5] + selectableTextAlign = [0.0, 0.0] + [themes.style.colors] + Text = "rgba(255, 255, 255, 1.0)" + TextDisabled = "rgba(151, 151, 151, 1.0)" + WindowBg = "rgba(37, 37, 38, 1.0)" + ChildBg = "rgba(37, 37, 38, 1.0)" + PopupBg = "rgba(37, 37, 38, 1.0)" + Border = "rgba(78, 78, 78, 1.0)" + BorderShadow = "rgba(78, 78, 78, 1.0)" + FrameBg = "rgba(51, 51, 55, 1.0)" + FrameBgHovered = "rgba(29, 151, 236, 1.0)" + FrameBgActive = "rgba(0, 119, 200, 1.0)" + TitleBg = "rgba(37, 37, 38, 1.0)" + TitleBgActive = "rgba(37, 37, 38, 1.0)" + TitleBgCollapsed = "rgba(37, 37, 38, 1.0)" + MenuBarBg = "rgba(51, 51, 55, 1.0)" + ScrollbarBg = "rgba(51, 51, 55, 1.0)" + ScrollbarGrab = "rgba(82, 82, 85, 1.0)" + ScrollbarGrabHovered = "rgba(90, 90, 95, 1.0)" + ScrollbarGrabActive = "rgba(90, 90, 95, 1.0)" + CheckMark = "rgba(0, 119, 200, 1.0)" + SliderGrab = "rgba(29, 151, 236, 1.0)" + SliderGrabActive = "rgba(0, 119, 200, 1.0)" + Button = "rgba(51, 51, 55, 1.0)" + ButtonHovered = "rgba(29, 151, 236, 1.0)" + ButtonActive = "rgba(29, 151, 236, 1.0)" + Header = "rgba(51, 51, 55, 1.0)" + HeaderHovered = "rgba(29, 151, 236, 1.0)" + HeaderActive = "rgba(0, 119, 200, 1.0)" + Separator = "rgba(78, 78, 78, 1.0)" + SeparatorHovered = "rgba(78, 78, 78, 1.0)" + SeparatorActive = "rgba(78, 78, 78, 1.0)" + ResizeGrip = "rgba(37, 37, 38, 1.0)" + ResizeGripHovered = "rgba(51, 51, 55, 1.0)" + ResizeGripActive = "rgba(82, 82, 85, 1.0)" + Tab = "rgba(37, 37, 38, 1.0)" + TabHovered = "rgba(29, 151, 236, 1.0)" + TabActive = "rgba(0, 119, 200, 1.0)" + TabUnfocused = "rgba(37, 37, 38, 1.0)" + TabUnfocusedActive = "rgba(0, 119, 200, 1.0)" + PlotLines = "rgba(0, 119, 200, 1.0)" + PlotLinesHovered = "rgba(29, 151, 236, 1.0)" + PlotHistogram = "rgba(0, 119, 200, 1.0)" + PlotHistogramHovered = "rgba(29, 151, 236, 1.0)" + TableHeaderBg = "rgba(48, 48, 51, 1.0)" + TableBorderStrong = "rgba(79, 79, 89, 1.0)" + TableBorderLight = "rgba(58, 58, 63, 1.0)" + TableRowBg = "rgba(0, 0, 0, 0.0)" + TableRowBgAlt = "rgba(255, 255, 255, 0.05999999865889549)" + TextSelectedBg = "rgba(0, 119, 200, 1.0)" + DragDropTarget = "rgba(37, 37, 38, 1.0)" + NavHighlight = "rgba(37, 37, 38, 1.0)" + NavWindowingHighlight = "rgba(255, 255, 255, 0.699999988079071)" + NavWindowingDimBg = "rgba(204, 204, 204, 0.2000000029802322)" + ModalWindowDimBg = "rgba(37, 37, 38, 1.0)" From 6da3c753a030cc002f0e24ac203290c2b1930bf1 Mon Sep 17 00:00:00 2001 From: Patitotective Date: Fri, 14 Oct 2022 12:41:31 -0500 Subject: [PATCH 2/2] Update themes.toml --- themes.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.toml b/themes.toml index d3bf8dd..2f9d2a2 100644 --- a/themes.toml +++ b/themes.toml @@ -2100,7 +2100,7 @@ description = "A sightly tounded version of the VS to ease the eye" forkedFrom = "Visual Studio" tags = ["dark", "rounded"] - date = "pr-merge-date" + date = 2022-10-14 [themes.style] alpha = 1.0 disabledAlpha = 0.6000000238418579