Skip to content

Commit

Permalink
Added palettes for suitable themes (#51)
Browse files Browse the repository at this point in the history
* Added palettes for suitable themes

* Resolved merge conflict, better link color in Leech
  • Loading branch information
stefonarch committed Mar 15, 2022
1 parent 11e7add commit 8119db5
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ install(DIRECTORY "graphics/" DESTINATION "${LXQT_GRAPHICS_DIR}")
add_subdirectory(themes)
add_subdirectory(icons)
add_subdirectory(wallpapers)
add_subdirectory(palettes)
9 changes: 9 additions & 0 deletions palettes/Ambiance
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Palette]
base_color=#3c3b37
highlight_color=#ef7747
highlighted_text_color=#ffffff
link_color=#8c9bff
link_visited_color=#ffb3f7
text_color=#eeedec
window_color=#31302d
window_text_color=#f2f1f0
9 changes: 9 additions & 0 deletions palettes/Arch-Colors
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Palette]
base_color=#052434
highlight_color=#1899da
highlighted_text_color=#d7e3e6
link_color=#3434ff
link_visited_color=#dd5cee
text_color=#b8b8b8
window_color=#041b27
window_text_color=#e1e6e6
8 changes: 8 additions & 0 deletions palettes/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
install(DIRECTORY
.
DESTINATION "${LXQT_SHARE_DIR}/palettes"
COMPONENT Runtime
PATTERN "CMake*"
EXCLUDE PATTERN "cmake*"
EXCLUDE PATTERN "Makefile" EXCLUDE
)
9 changes: 9 additions & 0 deletions palettes/Dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Palette]
base_color=#282828
highlight_color=#640b0c
highlighted_text_color=#ebfdff
link_color=#8c9bff
link_visited_color=#ffb3f7
text_color=#b8b8b8
window_color=#232323
window_text_color=#e1e6e6
9 changes: 9 additions & 0 deletions palettes/Leech
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Palette]
base_color=#262626
highlight_color=#3d427e
highlighted_text_color=#ffffff
link_color=#756cf0
link_visited_color=#d346a9
text_color=#ececec
window_color=#323232
window_text_color=#f9f9f9
9 changes: 9 additions & 0 deletions palettes/Silver-bright
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Palette]
base_color=#b6b9b8
highlight_color=#c9cbcb
highlighted_text_color=#3f3f3f
link_color=#3d73f0
link_visited_color=#c745d3
text_color=#414141
window_color=#a2a5a4
window_text_color=#3d3d3d
9 changes: 9 additions & 0 deletions palettes/Silver-dark
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Palette]
base_color=#595a5a
highlight_color=#c9cbcb
highlighted_text_color=#3f3f3f
link_color=#3d73f0
link_visited_color=#c745d3
text_color=#ececec
window_color=#636464
window_text_color=#f9f9f9

0 comments on commit 8119db5

Please sign in to comment.