mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
Compare commits
3 Commits
6940f6d195
...
47f66398b6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
47f66398b6 | ||
![]() |
7a4c582b85 | ||
![]() |
4845b84fc5 |
@@ -1,4 +1,5 @@
|
|||||||
theme:
|
gui:
|
||||||
|
theme:
|
||||||
activeBorderColor:
|
activeBorderColor:
|
||||||
- '#8bd5ca'
|
- '#8bd5ca'
|
||||||
- bold
|
- bold
|
||||||
@@ -19,5 +20,5 @@ theme:
|
|||||||
searchingActiveBorderColor:
|
searchingActiveBorderColor:
|
||||||
- '#eed49f'
|
- '#eed49f'
|
||||||
|
|
||||||
authorColors:
|
authorColors:
|
||||||
'*': '#b7bdf8'
|
'*': '#b7bdf8'
|
||||||
|
1
home/.config/posting/config.yaml
Normal file
1
home/.config/posting/config.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme: "catppuccin-macchiato-teal"
|
@@ -0,0 +1,38 @@
|
|||||||
|
name: "catppuccin-macchiato-mauve"
|
||||||
|
primary: "#c6a0f6" # buttons, fixed table columns
|
||||||
|
secondary: "#c6a0f6" # method selector, some minor labels
|
||||||
|
accent: "#e3cffb" # header text, scrollbars, cursors, focus highlights
|
||||||
|
background: "#24273a" # background colors
|
||||||
|
surface: "#363a4f" # panels, etc
|
||||||
|
error: "#ed8796" # error messages
|
||||||
|
success: "#a6da95" # success messages
|
||||||
|
warning: "#eed49f" # warning messages
|
||||||
|
dark: "true"
|
||||||
|
|
||||||
|
text_area:
|
||||||
|
cursor: "reverse #f4dbd6"
|
||||||
|
cursor_line: "underline #cad3f5"
|
||||||
|
selection: "reverse #939ab7"
|
||||||
|
gutter: "bold #a6da95"
|
||||||
|
matched_bracket: "reverse #b8c0e0"
|
||||||
|
|
||||||
|
url:
|
||||||
|
base: "italic #8aadf4"
|
||||||
|
protocol: "bold #8bd5ca"
|
||||||
|
separator: "#cad3f5"
|
||||||
|
|
||||||
|
syntax:
|
||||||
|
json_key: "italic #8aadf4"
|
||||||
|
json_number: "#f5a97f"
|
||||||
|
json_string: "#a6da95"
|
||||||
|
json_boolean: "#91d7e3"
|
||||||
|
json_null: "#939ab7"
|
||||||
|
|
||||||
|
method:
|
||||||
|
get: "bold #8aadf4"
|
||||||
|
post: "bold #a6da95"
|
||||||
|
put: "bold #eed49f"
|
||||||
|
delete: "bold #ed8796"
|
||||||
|
patch: "bold #8bd5ca"
|
||||||
|
options: "bold #b7bdf8"
|
||||||
|
head: "bold #c6a0f6"
|
@@ -0,0 +1,38 @@
|
|||||||
|
name: "catppuccin-macchiato-teal"
|
||||||
|
primary: "#8bd5ca" # buttons, fixed table columns
|
||||||
|
secondary: "#8bd5ca" # method selector, some minor labels
|
||||||
|
accent: "#b1e3db" # header text, scrollbars, cursors, focus highlights
|
||||||
|
background: "#24273a" # background colors
|
||||||
|
surface: "#363a4f" # panels, etc
|
||||||
|
error: "#ed8796" # error messages
|
||||||
|
success: "#a6da95" # success messages
|
||||||
|
warning: "#eed49f" # warning messages
|
||||||
|
dark: "true"
|
||||||
|
|
||||||
|
text_area:
|
||||||
|
cursor: "reverse #f4dbd6"
|
||||||
|
cursor_line: "underline #cad3f5"
|
||||||
|
selection: "reverse #939ab7"
|
||||||
|
gutter: "bold #a6da95"
|
||||||
|
matched_bracket: "reverse #b8c0e0"
|
||||||
|
|
||||||
|
url:
|
||||||
|
base: "italic #8aadf4"
|
||||||
|
protocol: "bold #8bd5ca"
|
||||||
|
separator: "#cad3f5"
|
||||||
|
|
||||||
|
syntax:
|
||||||
|
json_key: "italic #8aadf4"
|
||||||
|
json_number: "#f5a97f"
|
||||||
|
json_string: "#a6da95"
|
||||||
|
json_boolean: "#91d7e3"
|
||||||
|
json_null: "#939ab7"
|
||||||
|
|
||||||
|
method:
|
||||||
|
get: "bold #8aadf4"
|
||||||
|
post: "bold #a6da95"
|
||||||
|
put: "bold #eed49f"
|
||||||
|
delete: "bold #ed8796"
|
||||||
|
patch: "bold #8bd5ca"
|
||||||
|
options: "bold #b7bdf8"
|
||||||
|
head: "bold #c6a0f6"
|
@@ -9,10 +9,13 @@
|
|||||||
git
|
git
|
||||||
lazygit
|
lazygit
|
||||||
delta
|
delta
|
||||||
|
sqlx-cli
|
||||||
|
mermaid-cli
|
||||||
|
posting
|
||||||
license-generator
|
license-generator
|
||||||
git-ignore
|
git-ignore
|
||||||
gitleaks
|
gitleaks
|
||||||
git-secrets
|
# git-secrets
|
||||||
pass-git-helper
|
pass-git-helper
|
||||||
jujutsu
|
jujutsu
|
||||||
jjui
|
jjui
|
||||||
|
@@ -14,7 +14,5 @@
|
|||||||
surrealdb-migrations
|
surrealdb-migrations
|
||||||
surrealist
|
surrealist
|
||||||
trunk
|
trunk
|
||||||
sqlx-cli
|
|
||||||
mermaid-cli
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user