diff options
| author | BardofSprites <[email protected]> | 2024-08-14 04:17:12 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-08-14 04:17:12 -0400 |
| commit | 1289beeaa55087d904799ee89d9e2d378579218a (patch) | |
| tree | 555d26d7b7ee21c03e0b038ac7f44a7b6565cdb0 | |
| parent | 1a7195490da97923f3fb03777345d9480f4447ec (diff) | |
fix themes, added dream and more pixmaps
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/close__151A27.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/close__EFD5C5.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/maximize__151A27.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/maximize__EFD5C5.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/minimize__151A27.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/icon/pixmap/minimize__EFD5C5.svg | 1 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/ef-dream.sys | 20 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/ef-maris-dark.sys | 9 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/ef-maris-light.sys | 13 | ||||
| -rw-r--r-- | fvwm/.fvwm/themes/operandi-tinted.sys | 15 | ||||
| -rw-r--r-- | xorg/Xresources.dream | 44 |
11 files changed, 82 insertions, 25 deletions
diff --git a/fvwm/.fvwm/icon/pixmap/close__151A27.svg b/fvwm/.fvwm/icon/pixmap/close__151A27.svg new file mode 100644 index 0000000..701402c --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/close__151A27.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#151A27"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/close__EFD5C5.svg b/fvwm/.fvwm/icon/pixmap/close__EFD5C5.svg new file mode 100644 index 0000000..383a479 --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/close__EFD5C5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#efd5c5"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/maximize__151A27.svg b/fvwm/.fvwm/icon/pixmap/maximize__151A27.svg new file mode 100644 index 0000000..a80d4cf --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/maximize__151A27.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#151A27"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H160v400Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/maximize__EFD5C5.svg b/fvwm/.fvwm/icon/pixmap/maximize__EFD5C5.svg new file mode 100644 index 0000000..f3bb94c --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/maximize__EFD5C5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#efd5c5"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-400H160v400Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/minimize__151A27.svg b/fvwm/.fvwm/icon/pixmap/minimize__151A27.svg new file mode 100644 index 0000000..4337a6b --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/minimize__151A27.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#151A27"><path d="M160-760v-80h640v80H160Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/icon/pixmap/minimize__EFD5C5.svg b/fvwm/.fvwm/icon/pixmap/minimize__EFD5C5.svg new file mode 100644 index 0000000..2bae885 --- /dev/null +++ b/fvwm/.fvwm/icon/pixmap/minimize__EFD5C5.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#efd5c5"><path d="M160-760v-80h640v80H160Z"/></svg>
\ No newline at end of file diff --git a/fvwm/.fvwm/themes/ef-dream.sys b/fvwm/.fvwm/themes/ef-dream.sys new file mode 100644 index 0000000..cf724aa --- /dev/null +++ b/fvwm/.fvwm/themes/ef-dream.sys @@ -0,0 +1,20 @@ +Colorset 0 fg #efd5c5, bg #232025, hi, sh, Plain, NoShape +Colorset 1 fg #8f8886, bg #3b393e, hi, sh, Plain, NoShape +Colorset 2 fg #efd5c5, bg #232025, hi, sh, Plain, NoShape +Colorset 3 fg #232025, bg #8f8886, hi #8f8886, sh #8f8886, Plain, NoShape +Colorset 4 fg #232025, bg #675072, hi #675072, sh #675072, Plain, NoShape +Colorset 5 fg #efd5c5, bg #232025, hi, sh, Plain, NoShape +Colorset 6 fg #efd5c5, bg #675072, hi, sh, Plain, NoShape +Colorset 7 fg #efd5c5, bg #efd5c5, hi, sh, Plain, NoShape +Colorset 8 fg #232025, bg #efd5c5, hi, sh, Plain, NoShape +Colorset 10 fg #efd5c5, bg #232025, hi, sh, Plain, NoShape +Colorset 11 fg #efd5c5, bg #675072, hi #efd5c5, sh #efd5c5, Plain, NoShape +Colorset 12 fg #efd5c5, bg #684d54, hi, sh, Plain, NoShape +Colorset 13 fg #efd5c5, bg #684d54, hi, sh, Plain, NoShape +Colorset 14 fg #efd5c5, bg #e3b0c0, hi #aaaaaa, sh #999999, Plain, NoShape +# dock buttons +Colorset 15 fg #efd5c5, bg #232025, hi, sh, Plain, Noshape + +AddButtonStyle 6 Pixmap minimize__EFD5C5.svg:20x20 +AddButtonStyle 4 Pixmap maximize__EFD5C5.svg:20x20 +AddButtonStyle 2 Pixmap close__EFD5C5.svg:20x20 diff --git a/fvwm/.fvwm/themes/ef-maris-dark.sys b/fvwm/.fvwm/themes/ef-maris-dark.sys index aa3e5a8..7c81cd1 100644 --- a/fvwm/.fvwm/themes/ef-maris-dark.sys +++ b/fvwm/.fvwm/themes/ef-maris-dark.sys @@ -15,9 +15,6 @@ Colorset 14 fg #eaedef, bg #302a3a, hi #aaaaaa, sh #999999, Plain, NoShape # dock buttons Colorset 15 fg #eaedef, bg #131c2b, hi, sh, Plain, Noshape -AddButtonStyle 6 InActive Pixmap minimize__000000.svg:20x20 -AddButtonStyle 4 InActive Pixmap maximize__000000.svg:20x20 -AddButtonStyle 2 InActive Pixmap close__000000.svg:20x20 -AddButtonStyle 6 Active Pixmap minimize__CFBCBA.svg:20x20 -AddButtonStyle 4 Active Pixmap maximize__CFBCBA.svg:20x20 -AddButtonStyle 2 Active Pixmap close__CFBCBA.svg:20x20 +AddButtonStyle 6 Pixmap minimize__EAEDEF.svg:20x20 +AddButtonStyle 4 Pixmap maximize__EAEDEF.svg:20x20 +AddButtonStyle 2 Pixmap close__EAEDEF.svg:20x20 diff --git a/fvwm/.fvwm/themes/ef-maris-light.sys b/fvwm/.fvwm/themes/ef-maris-light.sys index 56c61f7..4192037 100644 --- a/fvwm/.fvwm/themes/ef-maris-light.sys +++ b/fvwm/.fvwm/themes/ef-maris-light.sys @@ -15,13 +15,6 @@ Colorset 14 fg #676470, bg #cfd8e3, hi #aaaaaa, sh #999999, Plain, NoShape # dock buttons Colorset 15 fg #151a27, bg #edf4f8, hi, sh, Plain, Noshape -AddButtonStyle 6 Pixmap minimize__E8E4B1.svg:20x20 -AddButtonStyle 4 Pixmap maximize__E8E4B1.svg:20x20 -AddButtonStyle 2 Pixmap close__E8E4B1.svg:20x20 - -AddButtonStyle 6 InActive Pixmap minimize__000000.svg:20x20 -AddButtonStyle 4 InActive Pixmap maximize__000000.svg:20x20 -AddButtonStyle 2 InActive Pixmap close__000000.svg:20x20 -AddButtonStyle 6 Active Pixmap minimize__CFBCBA.svg:20x20 -AddButtonStyle 4 Active Pixmap maximize__CFBCBA.svg:20x20 -AddButtonStyle 2 Active Pixmap close__CFBCBA.svg:20x20 +AddButtonStyle 6 Pixmap minimize__151A27.svg:20x20 +AddButtonStyle 4 Pixmap maximize__151A27.svg:20x20 +AddButtonStyle 2 Pixmap close__151A27.svg:20x20
\ No newline at end of file diff --git a/fvwm/.fvwm/themes/operandi-tinted.sys b/fvwm/.fvwm/themes/operandi-tinted.sys index c5521a0..2acf642 100644 --- a/fvwm/.fvwm/themes/operandi-tinted.sys +++ b/fvwm/.fvwm/themes/operandi-tinted.sys @@ -1,7 +1,7 @@ #### Modus Vivendi FVWM Colorsets Colorset 0 fg #000000, bg #fbf7f0, hi, sh, Plain, NoShape -Colorset 1 fg #595959, bg #c4c4c4, hi, sh, Plain, NoShape +Colorset 1 fg #585858, bg #dfd9cf, hi, sh, Plain, NoShape Colorset 2 fg #000000, bg #fbf7f0, hi, sh, Plain, NoShape Colorset 3 fg #fbf7f0, bg #dfd9cf, hi #dfd9cf, sh #dfd9cf, Plain, NoShape Colorset 4 fg #fbf7f0, bg #c9b9b0, hi #c9b9b0, sh #c9b9b0, Plain, NoShape @@ -12,14 +12,11 @@ Colorset 8 fg #fbf7f0, bg #000000, hi, sh, Plain, NoShape Colorset 10 fg #000000, bg #fbf7f0, hi, sh, Plain, NoShape Colorset 11 fg #000000, bg #c9b9b0, hi #000000, sh #000000, Plain, NoShape Colorset 12 fg #000000, bg #b2e4dc, hi, sh, Plain, NoShape -Colorset 13 fg #000000, bg #c9b9b0, hi, sh, Plain, NoShape -Colorset 14 fg #000000, bg #2f3849, hi #aaaaaa, sh #999999, Plain, NoShape +Colorset 13 fg #000000, bg #b2e4dc, hi, sh, Plain, NoShape +Colorset 14 fg #000000, bg #f1c8b5, hi #aaaaaa, sh #999999, Plain, NoShape # dock buttons Colorset 15 fg #000000, bg #ffffff, hi, sh, Plain, Noshape -AddButtonStyle 6 InActive Pixmap minimize__000000.svg:20x20 -AddButtonStyle 4 InActive Pixmap maximize__000000.svg:20x20 -AddButtonStyle 2 InActive Pixmap close__000000.svg:20x20 -AddButtonStyle 6 Active Pixmap minimize__CFBCBA.svg:20x20 -AddButtonStyle 4 Active Pixmap maximize__CFBCBA.svg:20x20 -AddButtonStyle 2 Active Pixmap close__CFBCBA.svg:20x20 +AddButtonStyle 6 Pixmap minimize__000000.svg:20x20 +AddButtonStyle 4 Pixmap maximize__000000.svg:20x20 +AddButtonStyle 2 Pixmap close__000000.svg:20x20 diff --git a/xorg/Xresources.dream b/xorg/Xresources.dream new file mode 100644 index 0000000..daaed98 --- /dev/null +++ b/xorg/Xresources.dream @@ -0,0 +1,44 @@ +! Ef Dream Xresources theme +*.foreground: #efd5c5 +*.background: #232025 +URxvt.background: [90]#232025 +*.cursorColor: #efd5c5 +! black +*.color0: #232025 +*.color8: #3b393e +! red +*.color1: #ff6f6f +*.color9: #ff6f6f +! green +*.color2: #51b04f +*.color10: #51b04f +! yellow +*.color3: #c0b24f +*.color11: #c0b24f +! blue +*.color4: #57b0ff +*.color12: #57b0ff +! magenta +*.color5: #ffaacf +*.color13: #ffaacf +! cyan +*.color6: #6fb3c0 +*.color14: #6fb3c0 +! white +*.color7: #efd5c5 +*.color15: #efd5c5 + +st.font: Iosevka Comfy-16 + +dmenu.background: #232025 +dmenu.foreground: #efd5c5 +dmenu.selbackground: #675072 +dmenu.selforeground: #efd5c5 +dmenu.font: Iosevka Comfy-16 + +Nsxiv.window.background: #232025 +Nsxiv.window.foreground: #efd5c5 +Nsxiv.mark.foreground: #efd5c5 +Nsxiv.bar.background: #675072 +Nsxiv.bar.foreground: #efd5c5 +Nsxiv.bar.font: IosevkaComfy-16 |
