6 changed files with 224 additions and 0 deletions
@ -0,0 +1,54 @@ |
|||||||
|
{ |
||||||
|
"highlights": [ |
||||||
|
"bash", |
||||||
|
"vim", |
||||||
|
"haskell" |
||||||
|
], |
||||||
|
"feeds": [ |
||||||
|
"https://planet.haskell.org/atom.xml", |
||||||
|
"https://www.reddit.com/r/vim/.rss", |
||||||
|
"https://www.reddit.com/r/neovim/.rss", |
||||||
|
"https://www.reddit.com/r/commandline/.rss" |
||||||
|
], |
||||||
|
"feedWindowSizeRatio": 2, |
||||||
|
"articlePreviewWindowSizeRatio": 8, |
||||||
|
"articleWindowSizeRatio": 2, |
||||||
|
"previewWindowSizeRatio": 5, |
||||||
|
"daysToKeepDeletedArticlesInDB": 1, |
||||||
|
"daysToKeepReadArticlesInDB": 1, |
||||||
|
"skipArticlesOlderThanDays": 30, |
||||||
|
"secondsBetweenUpdates": 300, |
||||||
|
"skipPreviewInTab": true, |
||||||
|
"keyOpenLink": "Backspace2", |
||||||
|
"keyMarkLink": "Enter", |
||||||
|
"keyOpenMarked": "o", |
||||||
|
"keyDeleteArticle": "d", |
||||||
|
"keyMoveDown": "j", |
||||||
|
"keyMoveUp": "k", |
||||||
|
"keySortByDate": "r", |
||||||
|
"keySortByUnread": "e", |
||||||
|
"keySortByTitle": "t", |
||||||
|
"keySortByFeed": "y", |
||||||
|
"keyUpdateFeeds": "Ctrl+U", |
||||||
|
"keyMarkAllRead": "Ctrl+R", |
||||||
|
"keyMarkAllUnread": "Ctrl+T", |
||||||
|
"keyTogglePreview": "p", |
||||||
|
"keySelectFeedWindow": "1", |
||||||
|
"keySelectArticleWindow": "2", |
||||||
|
"keySelectPreviewWindow": "3", |
||||||
|
"keyToggleHelp": "h", |
||||||
|
"keySwitchWindows": "Tab", |
||||||
|
"keyQuit": "q", |
||||||
|
"keyUndoLastRead": "u", |
||||||
|
"customCommands": [ |
||||||
|
{ |
||||||
|
"key": "[", |
||||||
|
"Cmd": "echo 'ARTICLE.Content' 'ARTICLE.Link' > /tmp/test2.txt" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"key": "]", |
||||||
|
"Cmd": "echo 'ARTICLE.Title' 'ARTICLE.Feed' > /tmp/test.txt" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
|
|
@ -0,0 +1,35 @@ |
|||||||
|
{ |
||||||
|
"feedNames": [ |
||||||
|
"#8ed2c8", |
||||||
|
"#46aa9f", |
||||||
|
"#2e6294", |
||||||
|
"#3b9293" |
||||||
|
|
||||||
|
], |
||||||
|
"date": "#a25478", |
||||||
|
"time": "#f96bad", |
||||||
|
"articleBorder": "#4b7d81", |
||||||
|
"previewBorder": "#4b7d81", |
||||||
|
"feedBorder": "#4b7d81", |
||||||
|
"feedBorderTitle": "#fcedd5", |
||||||
|
"articleBorderTitle": "#fcedd5", |
||||||
|
"previewBorderTitle": "#fcedd5", |
||||||
|
"highlights": "#c90036", |
||||||
|
"tableHead": "#b2b37d", |
||||||
|
"title": "#fcedd5", |
||||||
|
"unreadFeedName": "#FFFFFF", |
||||||
|
"totalColumn": "#FFFFFF", |
||||||
|
"unreadColumn": "#FFFFFF", |
||||||
|
"previewText": "#FFFFFF", |
||||||
|
"previewLink": "#39537e", |
||||||
|
"statusBackground": "#4b7d81", |
||||||
|
"statusText": "#fcedd5", |
||||||
|
"statusKey": "#f6d270", |
||||||
|
"statusBrackets": "#bfceab", |
||||||
|
"feedIcon": "🔖", |
||||||
|
"articleIcon": "🗞", |
||||||
|
"previewIcon": "📰", |
||||||
|
"linkMarker": "🌍", |
||||||
|
"unreadMarker": "🌟" |
||||||
|
} |
||||||
|
|
@ -0,0 +1,34 @@ |
|||||||
|
{ |
||||||
|
"feedNames": [ |
||||||
|
"#a9a9a9", |
||||||
|
"#5f5f5f", |
||||||
|
"#484848", |
||||||
|
"#ffffff" |
||||||
|
], |
||||||
|
"date": "#d5d5d5", |
||||||
|
"time": "#109291", |
||||||
|
"articleBorder": "#117efc", |
||||||
|
"previewBorder": "#117efc", |
||||||
|
"feedBorder": "#117efc", |
||||||
|
"feedBorderTitle": "#ffffff", |
||||||
|
"articleBorderTitle": "#ffffff", |
||||||
|
"previewBorderTitle": "#ffffff", |
||||||
|
"highlights": "#0c7a79", |
||||||
|
"tableHead": "#f0f0f0", |
||||||
|
"title": "#aeaeae", |
||||||
|
"unreadFeedName": "#FFFFFF", |
||||||
|
"totalColumn": "#3365a4", |
||||||
|
"unreadColumn": "#3365a4", |
||||||
|
"previewText": "#d0d0d1", |
||||||
|
"previewLink": "#39537e", |
||||||
|
"statusBackground": "#3365a4", |
||||||
|
"statusText": "#d0d0d1", |
||||||
|
"statusKey": "#FFFFFF", |
||||||
|
"statusBrackets": "#0f8697", |
||||||
|
"feedIcon": "🔖", |
||||||
|
"articleIcon": "🗞", |
||||||
|
"previewIcon": "📰", |
||||||
|
"linkMarker": "🌍", |
||||||
|
"unreadMarker": "🌟" |
||||||
|
} |
||||||
|
|
@ -0,0 +1,33 @@ |
|||||||
|
{ |
||||||
|
"feedNames": [ |
||||||
|
"#b7da76", |
||||||
|
"#5b936a", |
||||||
|
"#7b543a", |
||||||
|
"#29495c" |
||||||
|
], |
||||||
|
"date": "#b6c0cc", |
||||||
|
"time": "#9a93a0", |
||||||
|
"articleBorder": "#b7c0cf", |
||||||
|
"previewBorder": "#b7c0cf", |
||||||
|
"feedBorder": "#b7c0cf", |
||||||
|
"feedBorderTitle": "#b7c0cf", |
||||||
|
"articleBorderTitle": "#b7c0cf", |
||||||
|
"previewBorderTitle": "#b7c0cf", |
||||||
|
"highlights": "#efa14f", |
||||||
|
"tableHead": "#c086c9", |
||||||
|
"title": "#b7c0cf", |
||||||
|
"unreadFeedName": "#FFFFFF", |
||||||
|
"totalColumn": "#FFFFFF", |
||||||
|
"unreadColumn": "#FFFFFF", |
||||||
|
"previewText": "#FFFFFF", |
||||||
|
"previewLink": "#39537e", |
||||||
|
"statusBackground": "#8fbb71", |
||||||
|
"statusText": "#25282f", |
||||||
|
"statusKey": "#FFFFFF", |
||||||
|
"statusBrackets": "#c086c2", |
||||||
|
"feedIcon": "🔖", |
||||||
|
"articleIcon": "🗞", |
||||||
|
"previewIcon": "📰", |
||||||
|
"linkMarker": "🌍", |
||||||
|
"unreadMarker": "🌟" |
||||||
|
} |
Loading…
Reference in new issue