Skip to content

Commit

Permalink
replace purple theme with rosybrown and change all colors accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir committed Aug 29, 2023
1 parent 3fa0525 commit 96ae1b1
Show file tree
Hide file tree
Showing 34 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion desktop/calendar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local function default_style()
show_pointer = true,
label = { gap = 12, font = { font = "Fira Code", size = 18, face = 1, slant = 0 }, sep = "-" },
mark = { height = 20, width = 40, dx = 10, line = 4 },
color = { main = "#b1222b", wibox = "#161616", gray = "#404040", bg = "#161616" },
color = { main = "#C38F8F", wibox = "#161616", gray = "#404040", bg = "#161616" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.calendar") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion desktop/common/bar/plain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local function default_style()
height = nil,
chunk = { gap = 5, width = 5 },
autoscale = false,
color = { main = "#b1222b", gray = "#404040" },
color = { main = "#C38F8F", gray = "#404040" },
}

return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.common.bar.plain") or {})
Expand Down
2 changes: 1 addition & 1 deletion desktop/common/bar/shaped.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local function default_style()
show = { tooltip = false },
tooltip = {},
shape = "corner",
color = { main = "#b1222b", gray = "#404040" },
color = { main = "#C38F8F", gray = "#404040" },
}

return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.common.bar.shaped") or {})
Expand Down
2 changes: 1 addition & 1 deletion desktop/multiline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function default_style()
digits = 3,
dislabel = "OFF",
unit = { { "B", -1 }, { "KB", 1024 }, { "MB", 1024 ^ 2 }, { "GB", 1024 ^ 3 } },
color = { main = "#b1222b", wibox = "#161616", gray = "#404040" },
color = { main = "#C38F8F", wibox = "#161616", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.multiline") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion desktop/multimeter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function default_style()
icon = { image = nil, margin = { 0, 20, 0, 0 }, full = false },
labels = {},
unit = { { "MB", -1 }, { "GB", 1024 } },
color = { main = "#b1222b", wibox = "#161616", gray = "#404040" },
color = { main = "#C38F8F", wibox = "#161616", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.multimeter") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion desktop/singleline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local function default_style()
icon = nil,
iwidth = 120,
unit = { { "B", -1 }, { "KB", 1024 }, { "MB", 1024 ^ 2 }, { "GB", 1024 ^ 3 } },
color = { main = "#b1222b", wibox = "#161616", gray = "#404040" },
color = { main = "#C38F8F", wibox = "#161616", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.singleline") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion desktop/speedmeter/compact.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local function default_style()
height = { chart = 50 },
digits = 2,
unit = { { "B", -1 }, { "KB", 1024 }, { "MB", 1024 ^ 2 }, { "GB", 1024 ^ 3 } },
color = { main = "#b1222b", wibox = "#161616", gray = "#404040" },
color = { main = "#C38F8F", wibox = "#161616", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.speedmeter.compact") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion desktop/speedmeter/normal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local function default_style()
digits = 2,
image_gap = 20,
unit = { { "B", -1 }, { "KB", 1024 }, { "MB", 1024 ^ 2 }, { "GB", 1024 ^ 3 } },
color = { main = "#b1222b", wibox = "#161616", gray = "#404040" },
color = { main = "#C38F8F", wibox = "#161616", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "desktop.speedmeter.normal") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion float/apprunner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ local function default_style()
border = "#575757",
text = "#aaaaaa",
highlight = "#eeeeee",
main = "#b1222b",
main = "#C38F8F",
bg = "#161616",
bg_second = "#181818",
wibox = "#202020",
Expand Down
4 changes: 2 additions & 2 deletions float/appswitcher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ local function default_style()
color = {
border = "#575757",
text = "#aaaaaa",
main = "#b1222b",
preview_bg = "#b1222b80",
main = "#C38F8F",
preview_bg = "#CE9C9C",
wibox = "#202020",
icon = "#a0a0a0",
bg = "#161616",
Expand Down
2 changes: 1 addition & 1 deletion float/bartip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local function default_style()
color = {
border = "#575757",
text = "#aaaaaa",
main = "#b1222b",
main = "#C38F8F",
wibox = "#202020",
gray = "#575757",
icon = "#a0a0a0",
Expand Down
4 changes: 2 additions & 2 deletions float/calendar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local function default_style()
border = "#575757",
wibox = "#202020",
icon = "#a0a0a0",
main = "#b1222b",
main = "#C38F8F",
highlight = "#202020",
gray = "#575757",
text = "#a0a0a0",
Expand All @@ -52,7 +52,7 @@ local function default_style()
weeknumber = { fg = "#575757", bg = "transparent" },
weekday = { fg = "#575757", bg = "transparent" },
weekend = { fg = "#a0a0a0", bg = "#333333" },
today = { fg = "#a0a0a0", bg = "#b1222b" },
today = { fg = "#a0a0a0", bg = "#C38F8F" },
day = { fg = "#a0a0a0", bg = "transparent" },
default = { fg = "white", bg = "transparent" },
},
Expand Down
2 changes: 1 addition & 1 deletion float/clientmenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ local function default_style()
enable_screen_switch = false,
enable_tagline = false,
tagline_mod_key = "Mod4",
color = { main = "#b1222b", icon = "#a0a0a0", gray = "#404040", highlight = "#eeeeee" },
color = { main = "#C38F8F", icon = "#a0a0a0", gray = "#404040", highlight = "#eeeeee" },
}
style.menu = {
ricon_margin = { 2, 2, 2, 2 },
Expand Down
2 changes: 1 addition & 1 deletion float/control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local function default_style()
color = {
border = "#575757",
text = "#aaaaaa",
main = "#b1222b",
main = "#C38F8F",
wibox = "#202020",
gray = "#575757",
icon = "#a0a0a0",
Expand Down
2 changes: 1 addition & 1 deletion float/hotkeys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ local function default_style()
color = {
border = "#575757",
text = "#aaaaaa",
main = "#b1222b",
main = "#C38F8F",
wibox = "#202020",
gray = "#575757",
},
Expand Down
4 changes: 2 additions & 2 deletions float/qlaunch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ local function default_style()
color = {
border = "#575757",
text = "#aaaaaa",
main = "#b1222b",
urgent = "#32882d",
main = "#C38F8F",
urgent = "#CE9C9C",
wibox = "#202020",
icon = "#a0a0a0",
bg = "#161616",
Expand Down
2 changes: 1 addition & 1 deletion float/top.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ local function default_style()
border = "#575757",
text = "#aaaaaa",
highlight = "#eeeeee",
main = "#b1222b",
main = "#C38F8F",
bg = "#161616",
bg_second = "#181818",
wibox = "#202020",
Expand Down
2 changes: 1 addition & 1 deletion gauge/graph/bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local progressbar = { mt = {} }
-----------------------------------------------------------------------------------------------------------------------
local function default_style()
local style = {
color = { main = "#b1222b", gray = "#404040" },
color = { main = "#C38F8F", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.graph.bar") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/graph/dash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local function default_style()
local style = {
plain = false,
bar = { width = 4, num = 10 },
color = { main = "#b1222b", gray = "#404040" },
color = { main = "#C38F8F", gray = "#404040" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.graph.dash") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/graph/dots.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local function default_style()
row_num = 3,
dot_size = 5,
dot_gap_h = 5,
color = { main = "#b1222b", gray = "#575757" },
color = { main = "#C38F8F", gray = "#575757" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.graph.dots") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/icon/double.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local function default_style()
igap = 8,
step = 0.05,
is_vertical = false,
color = { main = "#b1222b", icon = "#a0a0a0" },
color = { main = "#C38F8F", icon = "#a0a0a0" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.icon.double") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/icon/single.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local function default_style()
icon = modutil.base.placeholder(),
step = 0.05,
is_vertical = false,
color = { main = "#b1222b", icon = "#a0a0a0", urgent = "#32882d" },
color = { main = "#C38F8F", icon = "#a0a0a0", urgent = "#CE9C9C" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.icon.single") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/monitor/circle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local function default_style()
radius = 14,
iradius = 6,
step = 0.02,
color = { main = "#b1222b", gray = "#575757", icon = "#a0a0a0" },
color = { main = "#C38F8F", gray = "#575757", icon = "#a0a0a0" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.monitor.circle") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/monitor/dash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local function default_style()
local style = {
width = 40,
line = { num = 5, height = 4 },
color = { main = "#b1222b", urgent = "#00725b", gray = "#575757" },
color = { main = "#C38F8F", urgent = "#CE9C9C", gray = "#575757" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.monitor.dash") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/monitor/double.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ local function default_style()
icon = modutil.base.placeholder(),
dmargin = { 10, 0, 0, 0 },
width = 100,
color = { main = "#b1222b", gray = "#575757", icon = "#a0a0a0", urgent = "#32882d" },
color = { main = "#C38F8F", gray = "#575757", icon = "#a0a0a0", urgent = "#CE9C9C" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.monitor.double") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion gauge/monitor/plain.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local function default_style()
label = "MON",
width = 100,
step = 0.05,
color = { main = "#b1222b", gray = "#575757", icon = "#a0a0a0" },
color = { main = "#C38F8F", gray = "#575757", icon = "#a0a0a0" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.monitor.plain") or {})
end
Expand Down
4 changes: 2 additions & 2 deletions gauge/tag/purple.lua → gauge/tag/rosybrown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ local function default_style()
width = 50,
base = { pad = 5, height = 12, thickness = 2 },
mark = { pad = 10, height = 4 },
color = { main = "#5906D3", gray = "#575757", icon = "#a0a0a0", urgent = "#864DDC" },
color = { main = "#C38F8F", gray = "#575757", icon = "#a0a0a0", urgent = "#CE9C9C" },
}

return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.tag.purple") or {})
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.tag.rosybrown") or {})
end

-- Create a new tag widget
Expand Down
4 changes: 2 additions & 2 deletions gauge/task/purple.lua → gauge/task/rosybrown.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ local function default_style()
text_shift = 26,
point = { size = 4, space = 3, gap = 3 },
underline = { height = 20, thickness = 4, gap = 36, dh = 4 },
color = { main = "#5906D3", gray = "#575757", icon = "#a0a0a0", urgent = "#864DDC" },
color = { main = "#C38F8F", gray = "#575757", icon = "#a0a0a0", urgent = "#CE9C9C" },
}

return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.task.purple") or {})
return modutil.table.merge(style, modutil.table.check(beautiful, "gauge.task.rosybrown") or {})
end

-- Create a new tag widget
Expand Down
2 changes: 1 addition & 1 deletion menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local function default_theme()
border = "#575757",
text = "#aaaaaa",
highlight = "#eeeeee",
main = "#b1222b",
main = "#C38F8F",
wibox = "#202020",
submenu_icon = nil,
right_icon = nil,
Expand Down
2 changes: 1 addition & 1 deletion service/logout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function default_style()
text = "#a0a0a0",
icon = "#a0a0a0",
gray = "#575757",
main = "#b1222b",
main = "#C38F8F",
},
icons = {
poweroff = modutil.base.placeholder({ txt = "" }),
Expand Down
4 changes: 2 additions & 2 deletions titlebar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ local default_style = {
font = "Fira Code 12 bold",
border_margin = { 0, 0, 0, 4 },
color = {
main = "#b1222b",
main = "#C38F8F",
wibox = "#202020",
gray = "#575757",
text = "#aaaaaa",
icon = "#a0a0a0",
urgent = "#32882d",
urgent = "#CE9C9C",
},
}

Expand Down
2 changes: 1 addition & 1 deletion widget/binclock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local function default_style()
width = 60,
tooltip = {},
dot = { size = 5 },
color = { main = "#b1222b", gray = "#575757" },
color = { main = "#C38F8F", gray = "#575757" },
}
return modutil.table.merge(style, modutil.table.check(beautiful, "widget.binclock") or {})
end
Expand Down
2 changes: 1 addition & 1 deletion widget/taglist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local taglist = { filter = {}, mt = {}, queue = setmetatable({}, { __mode = "k"
local function default_style()
local style = {
tag = {},
widget = basetag.purple.new,
widget = basetag.rosybrown.new,
show_tip = false,
timeout = 0.05,
separator = nil,
Expand Down
8 changes: 4 additions & 4 deletions widget/tasklist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local wibox = require("wibox")
local timer = require("gears.timer")
local geometry = require("gears.geometry")

local basetask = require("flex.gauge.tag.purple")
local basetask = require("flex.gauge.tag.rosybrown")
local modutil = require("flex.util")
local separator = require("flex.gauge.separator")
local modmenu = require("flex.menu")
Expand Down Expand Up @@ -97,7 +97,7 @@ local function default_style()
enable_screen_switch = false,
enable_tagline = false,
tagline_mod_key = "Mod4",
color = { main = "#b1222b", icon = "#a0a0a0", gray = "#404040" },
color = { main = "#C38F8F", icon = "#a0a0a0", gray = "#404040" },
}
style.tasktip = {
border_width = 2,
Expand All @@ -107,11 +107,11 @@ local function default_style()
color = {
border = "#575757",
text = "#aaaaaa",
main = "#b1222b",
main = "#C38F8F",
highlight = "#eeeeee",
wibox = "#202020",
gray = "#575757",
urgent = "#32882d",
urgent = "#CE9C9C",
},
shape = nil,
}
Expand Down

0 comments on commit 96ae1b1

Please sign in to comment.